There doesn't appear to be any ascii() function at least not in Imports
System. Unless visualbasic came up with a different name for that
function and it's in vbnc now, there may be no built-in way to convert a
chr() or code() to ascii().
Select Case Executed
Case "A" To "L"
Console.WriteLine("executed A to L")
Case "M" to "Z"
Console.WriteLine("Executed M to Z")
Case Else
Console.WriteLine("Executed Else")
End Select
Something similar is up on java2s.com. I'm going to try this specific
code to see if I can get it to work as intended.
_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb