Difference between revisions of "BIN2L()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to convert a binary encoded string to a numeric
 
Function to convert a binary encoded string to a numeric
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion Functions]]
 
[[Category:Expressions and Type Conversion Functions]]

Latest revision as of 16:08, 26 November 2009

Purpose

Function to convert a binary encoded string to a numeric


Syntax

BIN2L(<expC>)


See Also

CREATE BRIDGE, BIN2I(), BIN2W(), BINCLOSE(), BINCREATE(), BINOPEN(), BINREAD(), BINSEEK(), BINWRITE(), I2BIN(), L2BIN()


Description

The BIN2L() function converts a binary encoded string, formatted as a 32-bit signed integer, into a numeric value. The <expC> is a string, four bytes in length, containing a binary numeric value. All the binary conversion functions may be used in conjunction with the binary file functions.


Example

? bin2l(l2bin(98765))
     98765


Products

Recital Server, Recital