Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - ch_asc4( <cstring> [, <nposition> ] ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CH_ASC4( <cString> [, <nPosition> ] )


Parameters

<cString>
String to examine.

<nPosition>
Starting position in the string.


Returns

Four-byte signed integer starting at specified string position.


Description

If the position is omitted, the first byte (1) is assumed. The long is 
assumed to be stored in standard low-high format.


Example

// Display signed long contained
// in bytes 4-7 of cString
? CH_ASC4(cString, 4)



See Also: CH_ASC1() CH_ASC2() CH_ASC8()

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