Macro Command Reference
binaryimport <filename> <type> <mode> <swap> <columns> [comment]
Performs a binary import of data.
<type>
: Defines the data type (0=double (64bit), 1=float (32bit), 2=integer (32 bit), 3=integer (16 bit)).
<mode>
: Defines the import mode (0=column mode, 1=block mode).
<swap>
: Enables or disables byte order swapping.
<columns>
: The number of columns to import.