loadVariabe

Hi all,I saw somewhere a tutorial and it uses this

loadVariablesNum(“text.txt”, 0);

to load a text file … well,thats nice, but I wanted to ask how I could add a var to the name…

like, I type a name into a textbox and lets say thats var X… and press a button… than I want it to load the file “the name that i typed , the X var”.txt

i tryed something like this

loadVariablesNum(x".txt", 0); but that does not work, it just gives me always some erros if I change anything in that… I wanted to ask if someone could help me with that. Because I dont have any other idead how that could work… :frowning:

Or maybe thers another way where i can have vars in the name…

I hope that you understand what I mean, sry for my bad eng. -.-;