Programming with @NumScript


How to start?
Programming with @NumScript is quite easy. Simply open the sample.c under the help directory of the distribution,from the Files menu and run the script by pressing F9 or from Commands menu to Execute. This will first compile sample.c link it with Project Manager base and execute the final file.

What is needed?
You must have installed Microsoft Visual C++ 6 to compile & build scripts...

Writing a correct script
You must write scripts in C (programming language). For more information about C go here. So all standard C library functions are available. To take advantage of the Project Manager Base, you must include "base.h". Your script must have a mycode() function to be able to run. It is the main function of your scripts. You can see a template under the help directory of the distribution. For information about PM functions go here

Correcting a faulty script
After Compiling & Building and Execute you will see a Job Output Message Box. Let it open while you are working or open it by pressing F4 any time. If your code has any mistake(s), you see it in this box with corresponding line number(s).




...back



All rights reserved. Copyright © 2000 2001