Difference between revisions of "BIN2W()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[BIN2I()]], [[BIN2L()]], [[BINCLOSE()]], [[BINCREATE()]], [[BINOPEN()]], [[BINREAD()]], [[BINWRITE()]], [[CREATE BRIDGE]], [[I2BIN()]], [[L2BIN()]] |
Line 26: | Line 22: | ||
==Products== | ==Products== | ||
− | Recital | + | 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
BIN2W(<expC>)
See Also
BIN2I(), BIN2L(), BINCLOSE(), BINCREATE(), BINOPEN(), BINREAD(), BINWRITE(), CREATE BRIDGE, 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)
Products
Recital Server, Recital