Hi Im wanting to do a If statement hat will compair the ANSCII
of the charators
I was going to try
but not sher if that will work ?PHP Code:if(strPID.charAt(0)>= '9')
Printable View
Hi Im wanting to do a If statement hat will compair the ANSCII
of the charators
I was going to try
but not sher if that will work ?PHP Code:if(strPID.charAt(0)>= '9')
have you tried it? charAt returns a char and when you put something in single quotes it is treated as a char. I think that will work.
ok thanks ill give it a try and post the results