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