there is no jump stuff in the ini-definition.
there is no lines either.
ini has strict format and mostly because of that, it's liked so much.

you could simply do a replace on it:
Code:
 
$=open(1,mytext.ini)
$=open(2,mytext_fixed.ini,5)
do
if "[]"=$line ;if line has nothing more than [] in it, it must be the break point, fix it.
$line="[_bad_]"
endif
$=writeline(2,$line+@crlf)
$line=readline(1)
until @error



this way no need to tweak anything, right?
_________________________
!

download KiXnet