You mean this:
code:
$sections=split(readprofilestring($fl,'',''),chr(10)
for each $sectionentry in $sections
? 'Section = '+$sectionentry
$keys=split(readprofilestring($fl,$sectionentry,''),chr(10)
for each $sectionkey in $keys
? 'Key "'+$sectionkey+'" = "'+readprofilestring($fl,$sectionentry,$sectionkey)+'"'
next
next

See the KiXtart Manual, too.

And throw in an EXECUTE statement to convert the macros.

[ 18. July 2003, 19:55: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.