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.
_______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
