Either it's a really slow day on da board 'ere or everybody's really happy with KiX just the way it is ...

7) The full suite of UNC and Filename parsing functions ...

$path = "\\SERVERNAME\SHARENAME\DIRECTORY\FILENAME"
$servername = GetUncServername ( $path )
$filename = GetUncFilename ( $path )
$extention = GetFileExtention ( $filename )

8) Floating point arithmetic ? Anybody have any comments on this one ???

9) "BREAK" and "CONTINUE" type statements for do/while loops ...

10) An "ON BREAK GOTO HANDLEIT" type statement that will trap users hitting ^c (or killing the task) so one can clean-up any doo-doo. Don't know how this would effect the built-in logoff feature of "BREAK OFF" ???

Come on - I'm sure we can think of some more !

Shawn.

[This message has been edited by Shawn (edited 02 May 2000).]