Re: [Gambas-user] Feature Request: Val Function

2014-11-26 Thread Ron
There is: Print Val("&H" & "c25688") 12736136 2014-11-26 17:29 GMT+01:00 Lewis Balentine : > 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 a

[Gambas-user] Feature Request: Val Function

2014-11-26 Thread Lewis Balentine
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 Documentat