10.11.2015, 20:56
Hello guys, iam trying to do something here but i cant:
i Have one variable created in top of GM:
And i want to get the string from inputtext (from Dialog Input) and store in it.
Actually i am doing this, but it is not working:
Someone?
i Have one variable created in top of GM:
Код:
VariavelString[30];
Actually i am doing this, but it is not working:
Код:
VariavelString[29] = inputtext[29];