Difference between revisions of "BIN2W()"

From Lianjapedia
Jump to: navigation, search
 
Line 18: Line 18:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Expressions and Type Conversion]]
+
[[Category:Formatting Functions]]
[[Category:Expressions and Type Conversion Functions]]
+
 
[[Category:Lianja VFP Extensions]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:VFP Function Extensions]]
 
[[Category:VFP Function Extensions]]

Latest revision as of 07:54, 4 February 2013

Purpose

Function to convert a binary encoded string to a numeric

Syntax

BIN2W(<expC>)

See Also

BIN2I(), BIN2L(), BINCLOSE(), BINCREATE(), BINOPEN(), BINREAD(), BINWRITE(), I2BIN(), L2BIN()

Description

The BIN2W() function converts a binary encoded string, formatted as a 16-bit long signed integer, into a numeric value. The <expC> is a string, two bytes in length, containing a binary numeric value

Example

nVar = bin2w(binVar)