[Gambas-user] Feature Request: Val Function
Brought to you by:
gambas
|
From: Lewis B. <le...@ke...> - 2014-11-26 16:56:12
|
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,
le...@ke...
|