longword(
NUMBER
)

The longword( function converts a number into a 32 bit longword (4 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 32 bit longword (4 bytes) of binary data (see Binary Data).


Error Messages

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


See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but now returns a binary value instead of a text value.