currently if one wants to set a variable of any of the integer types, one
has to do an explicit cast -such as

dim myInt as UInt64 = UInt64( myEnum.enumEntry )

It would be much cleaner just to do this automatically in the compilation
phase so we could write:

dim myInt as UInt64 = myEnum.enumEntry


Sign on here if you think this would be desirable:

http://www.realsoftware.com/feedback/viewreport.php?reportid=zsyboesq


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to