Skip to content

SETVARI

Brain edited this page May 10, 2023 · 1 revision

SETVARI/SETVARS/SETVARR

SETVARI string-expression, integer-expression, integer-expression, integer-expression
SETVARR string-expression, integer-expression, integer-expression, numeric-expression
SETVARS string-expression, integer-expression, integer-expression, string-expression

Sets a variable by name, where the variable name is in the first parameter. The second and third parameters are true if you want the variable to be local/global, and the final parameter is the variable value.

SETVARI will set or create an integer variable SETVARR will set or create a real variable SETVARS will set or create a string variable

Clone this wiki locally