13.06.2014, 17:48
(
Последний раз редактировалось Lidor124; 13.06.2014 в 18:46.
)
Okay i need two conditions:
Its under OnDialogResponse - DIALOG_STYLE_INPUT
I want to use ASCII for inputtext, one only letters allowed (A-Z), the other one only numbers allowed (0-9)
Since inputtext cannot be indexed with arrays i have no idea what to do...
Its under OnDialogResponse - DIALOG_STYLE_INPUT
I want to use ASCII for inputtext, one only letters allowed (A-Z), the other one only numbers allowed (0-9)
Since inputtext cannot be indexed with arrays i have no idea what to do...
Код:
for(new l; l < sizeof(inputtext); l++) inputtext hasn't arrays so it gives me an error that it must be indexed. { if('0' <= inputtext[l] <= '9')