CalcIt Commands

CURDIR

This command plays a double role. Can be used to obtain the current directory or to change it. E.g.

a:=CURDIR;
CURDIR:='c:\calcit';

The first statement reads the current directory and assigns it to the variable a. The second statements in a form of a normal assignment changes the current directory to something like 'c:\calcit'.

Go Back