So.. in lua a table can be this:
What I'm trying to do is to set a variable with those strings on rainmeter and feed it to lua:
RM:Lua:That won't work. Also tried with GetVariable. Also tried SomeStrings="{'String1','String2','String3'}"
So... Is there a way to do it?
Code:
table={'String1','String2','String3'}
RM:
Code:
[Variables]SomeStrings="'String1','String2','String3'"[ScriptMeasure]...SomeStrings=#SomeStrings#
Code:
Update()table={SELF:GetOption('SomeStrings')}end
So... Is there a way to do it?
Statistics: Posted by RicardoTM — Today, 1:58 am — Replies 4 — Views 80