[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
I2BIN()

    Converts an integer numeric value to character string formatted as an
unsigned integer.

Syntax

    I2BIN(<expN>)

Argument

    <expN> is the integer number to convert.  Note that decimal digits are
    truncated.

Returns

    A character string.

    I2BIN() returns a two-byte character string as a 16-byte unsigned
integer.

Usage

    I2BIN() is used in combination with FWRITE() to convert a Clipper
numeric data type to a two-byte character string formatted as an
unsigned integer.

See Also: BIN2I BIN2L BIN2W L2BIN FOPEN FWRITE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson