| |
antun
Posts: 9
Score: 0
Joined: 4/20/2005
From:
Status: offline
|
Ok how would i get a string, and if it contains non keyboard characters discard it? so if it contains ascii <32 and >126 discard it????? so i have a word "HEY" it should be ok, but if i have a word "?oo" its not ok, because the first character is ascii 999 so it would need to check every characher in the string Thanks?
|
|