lkendall
New Member
USA
2 Posts |
Posted - Feb 02 2005 : 10:20:45 AM
|
When selecting enum values in VB w/out VAX, you can skip over the enum name and simply select the first letter of the value. With VAX, it doesn't do this. It only recognizes the letter you type as the enum name, not the value. |
-------------------- Leigh Kendall |
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - Feb 02 2005 : 5:31:07 PM
|
can you post a small example that i can use to try and reproduce this? as a C++ programmer this sounds odd, since my enum's are all numbers, so they dont have letters as part of the values.
also which IDE and version of VAX are you using? |
zen is the art of being at one with the two'ness |
|
|