GET_LONG

Syntax

long = GET_LONG(#channel)

Location

DJToolkit 1.16

Read the next 4 bytes from the file and return them as a number between 0 and 2^32 -1 (4,294,967,295 or HEX FFFFFFFF unsigned).

BEWARE, the same problem with negatives & error codes applies here as well as GET_FLOAT.

EXAMPLE

lv = GET_LONG(#3)

CROSS-REFERENCE

GET_BYTE, GET_FLOAT, GET_STRING, GET_WORD.