yewmeng Posted March 8, 2004 Posted March 8, 2004 hi all, how to check a textbox value is character? to check a textbox value is number using IsNumeric right? how about character? please help me thanks in advance Quote
AlexCode Posted March 10, 2004 Posted March 10, 2004 If what you want is to find out if that character it's something neither numeric or alphanumeric, a comma(,) or something like that you'll have to compare the char with the ASCII table using CHR or ASC commands. There's a IsPontuation too but as the compare method get complicated I like the good old ASCII table better... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.