longlongword(
NUMBER
)

The longlongword( function converts a number into a 64 bit longword (8 bytes) of binary data (see Binary Data).


Parameters

This function has one parameter:

number – is the value that you want to convert into a binary number.


Description

This function converts a number into a 64 bit longword (8 bytes) of binary data (see Binary Data).


Error Messages

longlongword( function requires a numeric parameter. – Only numbers can be converted to binary, not text or other binary data.


See Also


History

VersionStatusNotes
10.0New64 bit support is new in this version.