simonjackson1964 Posted April 21, 2022 Share Posted April 21, 2022 (edited) I can't seem to find how to do this in Lua, but it must be possible because it is the most basic of programming functions. I seem to remember: Begin Var A = "Hello" Var B = " World" Var C = A + B WriteLn C End As being the first ever program I wrote! Edited April 21, 2022 by simonjackson1964 Link to comment Share on other sites More sharing options...
Andy Posted April 21, 2022 Share Posted April 21, 2022 Hi Simon, it needs the library:sample regards Andy Link to comment Share on other sites More sharing options...
simonjackson1964 Posted April 22, 2022 Author Share Posted April 22, 2022 Thanks, Andy. This works: $("Events").variables["TimeS"] = tostring(time) $("Events").variables["List Name"] = "List " .. $("Events").variables["TimeS"] Giving me the name of a list variable that is to be actioned at a given time! Now for the next bit! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now