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_asc8( <cstring> [, <nposition> ] ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CH_ASC8( <cString> [, <nPosition> ] )


Parameters

<cString>
String to examine.

<nPosition>
Starting position in the string.


Returns

Eight-byte IEEE floating point starting at specified string position.


Description

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


Examples

// Display floating point contained
// in bytes 4-11 of cString
? CH_ASC8(cString, 4)



See Also: CH_ASC1() CH_ASC2() CH_ASC4()

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