So how could I go about doing something like this? It’s pretty important for a program I’m working on, and this seems like a commonly available feature of most languages.
That said, create the first in a Module, set it protected (to call it as ModuleName.VariableName) and declare the second normally where you need it.
That said it looks strange to me.
I need to make the variables on the fly, some of them might have totally random names every time, it’s all based on the user’s end, so I can’t really use premade lists of variable names.
Is there any kind of function to create a variable where it gets the name from a string?