Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 806 Bytes

get-long.rst

File metadata and controls

26 lines (15 loc) · 806 Bytes

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.