PanasonicSubz
December 19th, 1999, 02:01 PM
is there any statement that has ONLY alphabetic letters in it. string has both but i only want alphabetic. thanks
PanasonicSubz
PanasonicSubz
|
Click to See Complete Forum and Search --> : Statements PanasonicSubz December 19th, 1999, 02:01 PM is there any statement that has ONLY alphabetic letters in it. string has both but i only want alphabetic. thanks PanasonicSubz Ruth Glushkin December 20th, 1999, 01:45 AM 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! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |