V VB Programmer Nov 16, 2004 #1 How can you check to see if a variable is a number or is alphanumeric? What's the easiest way?
K Kevin Spencer Nov 16, 2004 #2 Turn Option Strict ON. You'll never have to guess again. -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Neither a follower nor a lender be.
Turn Option Strict ON. You'll never have to guess again. -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Neither a follower nor a lender be.
B bruce barker Nov 16, 2004 #3 use a regular expression. see the regex class library -- bruce (sqlwork.com) | How can you check to see if a variable is a number or is alphanumeric? | What's the easiest way? | |
use a regular expression. see the regex class library -- bruce (sqlwork.com) | How can you check to see if a variable is a number or is alphanumeric? | What's the easiest way? | |