Array.loadStruct

Function/Meaning

Enter structured data from a file

Type
Arrayclassmethod of
Syntax
loadStruct(storage:string, mode:string=null) :Array
Arguments
storage

File name to read

mode

Specifies the mode string when reading the file.

  • If you specify the offset in decimal after "o", it will be written from that byte position in the file.
Return value

If the read is successful, it returns the object itself of this Array class.

Explanation

Reads structured data from a file as an array.
Only files written in binary format are supported.