Ran thru the test.kix script again. Most works now. There are still some bugs though.

The line...
 Code:
call @ScriptDir+"\test_call.kix"
Produces message "Exception has been thrown by the target of an invocation.
call to unexisting script file
on script line:1 char position:1
Hit Enter to quit"
even thought the @scriptdir is populating correctly, and the test_call.kix file exists.

These lines...
 Code:
$files = getfiles("c:\windows",0)
? "ubound: "+ubound($files)
Produces message "Exception has been thrown by the target of an invocation.
Array does not have that many dimensions.
on script line:2 char position:27
Hit Enter to quit"

And of course the kixforms section fails. It gets past the createobject line, but bombs out on the .Show() line.