simonjackson1964 Posted April 21, 2022 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
simonjackson1964 Posted April 22, 2022 Author 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!
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