[Gambas-user] Feature Request: Val Function

Lewis Balentine lewis at ...3412...
Wed Nov 26 17:29:09 CET 2014


There does not seem to be an inverse function for HEX$.

Feature Request:
Add ability to VAL function to return the value of a HEX string.


Example:
Print Val("0xc25688")        ' formatted as used internally by Gambas
12736136

Print Val("0Hc25688")        ' formatted as used in Gambas Documentation
12736136

Thank you,

lewis at ...3412...




More information about the User mailing list