Code:

$sections = split(readprofilestring($SoftFile,'',''),chr(10))
for each $section in $sections
if $section > " "
$SoftInv = Getini($SoftFile,$section,chr(9))
for each $entry in $SoftInv
...
next
endif
next

_________________________
How to ask questions the smart way <-----------> Before you ask