[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 Documentation
12736136

Thank you,

le...@keywild.com

--
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=157005751iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 le...@keywild.com:

 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...@keywild.com


 --
 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=157005751iu=/4140/ostg.clktrk
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
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=157005751iu=/4140/ostg.clktrk
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user