CTOBIN( ) Function
Converts a binary character representation to an integer value.
CTOBIN(cExpression)
Return Values
Numeric
Parameters
- cExpression
Specifies the binary character representation to convert.
Remarks
Use CTOBIN( ) to convert a binary character representation created with BINTOC( ) back to its integer value.
See Also
BINTOC( ) Function | CREATEBINARY( ) Function | Create Small Indexes Using BINTOC( )