Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: ch_asc4(<expc> [,<positionn>]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: CH_ASC4(<expC> [,<positionN>])

Returns four byte unsigned integer starting at specified string location

Example

* display signed long contained in bytes 4-7 of String
? CH_ASC4(String,4)

Notes

If the position is omitted, the first byte (1) is assumed.

The long is assumed to be stored in standard low-high format.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson