Asked by NevSoFly
at 2024-11-30 21:45:21
Point:500 Replies:2 POST_ID:828857USER_ID:10
Topic:
Microsoft Visual Basic.Net;;
In the below select case statement I am checking to see if the character in a string is alphabetic.
What I would like to know is if there is a simpler way of doing this, like:
case "a" to "z"
or
if char="a" to "z"