Johnnie100
Programmer
I am using the select case statement and moved some code over from a VB app to an ASP class and the select case statement seems to operate differently - giving me a run time error for the statement below - can I code something similar in VBScript? I have looked on the net and in various books but all I can find is the very basic of examples that do not cover what I'm looking for!
I have coded;
Select Case Mid(Str, i, 1)
Case "a" To "z", "A" To "Z", "0" To "9", " "
Thanks
I have coded;
Select Case Mid(Str, i, 1)
Case "a" To "z", "A" To "Z", "0" To "9", " "
Thanks