-
Notifications
You must be signed in to change notification settings - Fork 0
Variable_local_set
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the value of the local variable with the given name.
| Parameter | Data Type | Description |
|---|---|---|
| name | string | name of the local variable |
| value | variant | value to give the local variable |
void: This function does not return anything.
// demonstrates setting the value of a local variable
variable_local_set("cat", 3);
NOTOC
This is number 1