Spoiler anzeigen
$result = IniReadSectionNames ("targets.ini")
$c = $result[0]
$i = 1
Dim $tasks[$c][$c]
Do
$data = IniReadSection ("targets.ini",$result[$i])
MsgBox(0,"",$result[$i])
$tasks[1][1]=123
MsgBox(0,$result[$i],$tasks[0])
$i = $i + 1
Until $i = $c + 1
ist nichts besonderes.. aber vll hilfts ja
//edit: code war verhackstueckelt ;P