Page 1 of 1

Re: ... Off AFTER uservariable

Posted: Saturday 31 March 2018 23:27
by jvdz
You probably want to concatenate the variable like this:

Code: Select all

commandArray['t2']='Off AFTER '..tostring(uservariables['V2'])     --uservariables V2 is defined 5seconds
Jos