Alphanumeric
02-28-2005, 01:18 PM
Hello.
I'm sorry, it's been a while since I've done this, and I can't recall the correct syntax. How do I ignore the case using the Left$() and Right$() statements?
For example........
If Left$(Variable, 1) = "a" Then MsgBox "Hello!"
Variable could possibly be "a" or "A".
Thanks!
I'm sorry, it's been a while since I've done this, and I can't recall the correct syntax. How do I ignore the case using the Left$() and Right$() statements?
For example........
If Left$(Variable, 1) = "a" Then MsgBox "Hello!"
Variable could possibly be "a" or "A".
Thanks!