ASCII help
#1

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...

Код:
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')
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)