Guest_imported
New member
- Jan 1, 1970
- 0
How exactly do you do this?
I was under the impression that this:
tf = new TextField(1);
x = tf.getText();
sL = x.charAt(0) ;
converted it, but this gives an out of bounds error when compiled.
Can anyone help?
I was under the impression that this:
tf = new TextField(1);
x = tf.getText();
sL = x.charAt(0) ;
converted it, but this gives an out of bounds error when compiled.
Can anyone help?