EXECUTE |
This function will execute code. EXECUTE(CODE) PARAMETERS
CODE A string containing the code that you wish to
execute Example: If
the ~CODE~ textbox contains MESSAGE(“HELLO”//”THERE”), upon running the
EXECUTE(~CODE~) command, you will be presented with a
messagebox. |