Hi All,
Building an app to show Employee Seating arrangements.
I am trying to use the results from a text box to run multiple Set() commands.
The text box updates user details, and also adds the functions
Text is displayed in the text box as: Set(employeeID_startTimer, true); Set(employeeID_showSeat, True)
(etc etc; there's 70 all up so i just listed 2)
I am looking for a way to extract the syntax string from the text box, and run the commands from a button.
Any ideas?
Thanks