Posts: 78
Threads: 12
Joined: Nov 2010
Reputation:
0
PlayerInfo[Player][pDivision] = inputtext;
Why isn't this working (keep in mind Player is defined)?
Posts: 624
Threads: 38
Joined: Feb 2010
Reputation:
0
how did you create the Array with the variables?
Posts: 63
Threads: 5
Joined: Jul 2010
Reputation:
0
You cannot create Array in variable like PlayerInfo.
Posts: 78
Threads: 12
Joined: Nov 2010
Reputation:
0
So how do I do this then? Don't I use strvl or something?
I fixed it.
strval(inputtext);