| Home | All functions | Categories |
vuBinary(Long), CSTRING
Returns the binary representation of a LONG value.
| Parameter | Data Type | Description |
|---|---|---|
| LongValue | LONG | The value to convert to binary |
The binary representation of LongValue.
LongValue = 1234
MESSAGE('Binary = ' & vuBinary(LongValue))
| Home | All functions | Categories |