I thought this would be easy - but I am having a real problem with it...
Code: Select all
s = uservariables_lastupdate['oneSMS'];
if (s ~= nil) then
print("UPDATED")
end
uservariables['oneSMS'] = 'set';
print("SET VALUE")
I am setting the value of "oneSMS" - why does the lastupdate never get set?