PUT_LONG

Syntax

PUT_LONG #channel, byte

Location

DJToolkit 1.16

The long value given is sent as a sequence of four bytes to the channel. Negative values can be put and these will be returned correctly by GET_LONG unless any errors occur.

EXAMPLE

PUT_LONG #3, 1234567890

CROSS-REFERENCE

PUT_BYTE, PUT_FLOAT, PUT_STRING, PUT_WORD.