Re: [Gambas-user] Feature Request: Val Function
Brought to you by:
gambas
|
From: Ron <ro...@cy...> - 2014-11-26 17:02:52
|
There is:
Print Val("&H" & "c25688")
12736136
2014-11-26 17:29 GMT+01:00 Lewis Balentine <le...@ke...>:
> 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...
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gam...@li...
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
|