Guys,

I use an Ini file to do stuff. Each section is a function in my script.
How can I start the functions???

I tried:
code:
$rc=SetOption('NoVarsInStrings','ON')

$Sections=Split(ReadProfileString($KiXLogonIni,'',''),Chr(10))
For Each $Section In $Sections
If $Section
$rc=Execute('$rc=$section()')
EndIf
Next

But no go...
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...