This FileIO Data Engine can load, modify, and save files in a format similar to the Windows INI. This is the syntax:

BOF
[field1]
key1: parameter1, parameter2, parameter3
key2: parameter1, parameter2, parameter3

[field2]
key1: parameter1, parameter2, parameter3
key2: parameter1, parameter2, parameter3
EOF

These are the functions for loading, saving, modifing, and extracting data from the engine.

Fio_init() - call this first
Fio_reset() - erase all data
Fio_addfield(name$) - add a field, call with field name