I2BIN()
From Recital Documentation Wiki
Revision as of 15:39, 27 October 2009 by Helengeorge (Talk | contribs)
Purpose
Function to convert numeric to binary encoded character string
Syntax
I2BIN(<expN>)
See Also
BIN2I(), BIN2L(), BIN2W(), BINCLOSE(), BINCREATE(), BINOPEN(), BINREAD(), BINSEEK(), BINWRITE(), CREATE BRIDGE, L2BIN()
Description
The I2BIN() function converts a numeric value into a binary encoded character string formatted as an unsigned 16-bit integer. The <expN> is any numeric value. Any decimal places are ignored.
This function can be used to construct composite index keys of mixed data types in OpenVMS RMS files. With the exception of the BIN2W(), all binary conversion functions may be used in conjunction with the binary file access functions.
Example
? bin2i(i2bin(987)) 987
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer