.INI files employ a special file structure based on sections, keys, and values. See the KiXtart Manual for details under READPROFILESTRING/WRITEPROFILESTRING. Example:
Code:

[section 1]
key1=value1
key2=value2
[seciton2]
key1=value2



Search this BBS for threads discussion why not to use GOTOs. Basically, they mess up the program flow (and internal stacks) and have adverse effects when used in conjunction with e.g. subroutines and functions.
_________________________
There are two types of vessels, submarines and targets.