Search found 1 match

by TheBigExist
Tue Jul 18, 2023 6:37 am
Forum: Request Help
Topic: Using strings as to reference variables
Replies: 11
Views: 5080

Re: Using strings as to reference variables

I'm pretty sure it's the 'set()' function that you're looking for. To change the variable, just put

Code: Select all

set("your_string", value)
This would let you change the value, but if you want to use a string to use the value, use the 'get()' function.

Code: Select all

get("your_string")