Right now there is COS() SIN() and PI, if there is anything else Kix-worthy, just let me know...

The next release of KF is done. Me and Stevie B are "syncing-up" the releases of KiXforms and KiXforms Designer ... just working on some last minute details ...

-Shawn

btw - I just added a new thingy lastnight ... it retrieves the commandline that was used to kix-off the script, the result is like this:

E:\>kix32 test.kix /r /y

[test.kix]

?"cmdLine = " + $System.Environment.CommandLine

[eof]

produces this:

cmdLine = kix32 t /r /y

funny thing is, no we got it - it isn't as "great" as one would suppose. if you try something like this:

E:\> kix32 test.kix /y shawn.txt

kix tries to open shawn.txt as a kixscript lol

-Shawn


Edited by Shawn (2004-01-26 06:50 PM)