is there any statement that has ONLY alphabetic letters in it. string has both but i only want alphabetic. thanks
PanasonicSubz
Printable View
is there any statement that has ONLY alphabetic letters in it. string has both but i only want alphabetic. thanks
PanasonicSubz
You can use String variable and check every char, using IsNumeric() function, so user will not be able
to enter digits, if this is what you mean.
Good Luck!