docs

Home All functions Categories

vuBinary(LongValue)

vuBinary(Long), CSTRING

Description

Returns the binary representation of a LONG value.

Parameters

Parameter Data Type Description
LongValue LONG The value to convert to binary

Returns

The binary representation of LongValue.

Example

LongValue = 1234
MESSAGE('Binary = ' & vuBinary(LongValue))
Home All functions Categories