[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
L2BIN()
Converts an integer numeric value to character string formatted as a
32-bit signed integer.
Syntax
L2BIN(<expN>)
Argument
<expN> is the integer number to convert. Note that decimal digits are
truncated.
Returns
A character string.
L2BIN() returns a four-byte character string formatted as a 32-bit
signed integer.
Usage
L2BIN() is used in combination with FWRITE() to convert a Clipper
numeric data type to a four-byte character string formatted as a
32-bit signed integer.
See Also:
BIN2I
BIN2W
BIN2L
CHR
I2BIN
FOPEN
FWRITE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson