For debugging purposes when dealing with enum type variables, where the enum has a very large number of values, it would be very useful if one could call a function to return the enum item name for the enum value as it is defined.
So one could do this: dim v As myEnum = getValue() // myEnum is an RB enum type MessageBox "Enum name is "+ v.Name() Sign on here if you think this would be useful: http://www.realsoftware.com/feedback/viewreport.php?reportid=gzcyeetw _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
