Option to disable implicit variable declaration - get those typos before they bite.

Add a parameter to DIR() to return filenames in an ordered form (ordered by filename,modification date)

Use an environment variable (KIXPATH?) to locate .SPK .WAV .TXT files and CALLed .KIX scripts.

Persistant (static) local variables in different scopes - I've created a couple of library routines which are called from various scripts. I'd like to make them totally modular, but I need to keep some variables between calls. The only option currently is to use variables in the GLOBAL scope, which means of course they can be modified by the calling script or another called script.

Richard.

[This message has been edited by rhowarth (edited 15 June 2000).]