Hello everyone, I finally found a way to make variable calls to programs! I've developed a function called "call" which I will be using in this program, then I will publish the code for call in the standard library.
examples:
call("CasPaint","CASPAINT")
call(folder,program)
currently it can only execute a program with no parmeters, but I will add support for up to 10 prameters soon.
I must say that I have been working on this since before the first CasPaint release (Adobe Photoshop), and last night at 3:22am I finally figgured out how to do it, therefore, I'm not going to tell anyone how I did it till I have finished this program (so if I die suddenly your all screwed

------------EDIT------------
I forgot to mention, changes will be made to the stdlib program script() so that it can use call() to call other programs from within the script, effectively making a script able to do anything the normal language can do.
