EXECUTE

This function will execute code.

EXECUTE(CODE)

PARAMETERS

CODE

A string containing the code that you wish to execute
 

Example:

To execute the code contained in the textbox with the
tag 'CODE', do this:
EXECUTE(~CODE~)

If the ~CODE~ textbox contains MESSAGE(“HELLO”//”THERE”), upon running the EXECUTE(~CODE~) command, you will be presented with a messagebox.