word(
NUMBER
)

The word( function converts a number into a single word (2 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. This value must be between -65534 and 65535.


Description

This function converts a number from -254 to +255 into a single word (2 bytes) of binary data (see Binary Data).


See Also


History

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