- Joined
- Jul 16, 2010
- Messages
- 1
- Reaction score
- 0
I'm not sure if this is possible but if it is could someone give me method or maybe an alternative to use.
I have a script that needs to get a value from the user through a GUI. I have pre-set int[]'s that contain values that the script needs to run. The GUI method I use returns the options from a scroll menu as a string value. I need a way to turn the string value into the corresponding int[]
Basically is there a method to turn a string into a int[].
I have a script that needs to get a value from the user through a GUI. I have pre-set int[]'s that contain values that the script needs to run. The GUI method I use returns the options from a scroll menu as a string value. I need a way to turn the string value into the corresponding int[]
Basically is there a method to turn a string into a int[].