multicaduser
Industrial
- Jan 29, 2013
- 261
The only options I know of for input in a vb journal are the winforms that can be found at we do not have any other licenses. Now, for user options I would like the user to type and integer (1,2,3, or 4), and based on that input perform one of four functions.
The following function can be used to check if it was an integer, however, is there a simple way to check the value besides brute force.
Loop Until Integer.TryParse(answer, myInt)
There may be a completely different way to do multiple choice that I'm not aware of.
Still trying to move programs from grip to vb.
Thanks in advance.
NX 12.0.1.7 Windows 10
The following function can be used to check if it was an integer, however, is there a simple way to check the value besides brute force.
Loop Until Integer.TryParse(answer, myInt)
There may be a completely different way to do multiple choice that I'm not aware of.
Still trying to move programs from grip to vb.
Thanks in advance.
NX 12.0.1.7 Windows 10