Don't double the $ in the ini data.. also, do you expect $Specuser to be evaluated by $aParms[2]? That's not going to work without an Execute command. Try this simple example:
 Code:
$ = SetOption('NoVarsInStrings', 'On')
$SpecUser = "some data"
$aParms = '$Specuser'
$aParms ?
$ = Execute($aParms) ?
See what happens with the Execute?

Glenn
_________________________
Actually I am a Rocket Scientist! \:D