[mono-vb] select case problem
Jude DaShiell
jdashiel at shellworld.net
Mon Jun 29 20:13:16 EDT 2009
I found out a while ago that cselect case statements apparently don't
handle anything but chr$() type formats for what they'll recognize. I
tried doing cases with strings and the case statements even though cases
were Case "a" Case "c" Case "r" Case "q" when the program ran and I typed
"c" at the menu prompt I got an error that claimed I had typed 99. The 99
in fact is correct if converted but so far as I had intended this was an
unauthorized conversion. I can try ascii(variable) as something to pass
to the select case statement but don't know that that will work.
More information about the Mono-vb
mailing list