76
CipherLab BASIC Programming Part I
BASIC PROGRAM – FORMAT OF TRANSACTION FILE
A complete BASIC program consists of one header file (.ini) and one object file (.syn). To
ensure the execution of a BASIC program, both files must be stored correctly into one
transaction file. Examples are provided below illustrating the correct format and incorrect
format of transaction file.
Warning: The header file (.ini) is always 100 bytes and must be saved before saving
the object file.
It is acceptable that the header file is followed by the object file in the same record.
It is acceptable that the header file takes one record, and the object file starts from a
new record. Refer to the drawings below, space occurs with the object file is allowed
in several cases.