ftload
Load a set of previously-allocated tables from a file.
Syntax
Initialization
Sfilename; -- A string value denoting name of the file to load.
iflag -- Type of the file to load/save. (0 = binary file, Non-zero = text file)
ifn1, ifn2, ... -- Numbers of tables to load.
Performance
ftload loads a list of tables from a file. (The tables have to be already allocated though.) The file's format can be binary or text.
Warning
The file's format is not compatible with a WAV-file and is not endian-safe.
Examples
See the example for ftsave.
See also
Credits
Author: Gabriel Maldonado
New in version 4.21