CalcIt Commands

SETFILESIZE(FileVar, NewSize)

Resizes the file controlled by a File variable to any other desired size.

Please be careful in cases you have created Buffer variables pointing in parts of a file variable. After the resize the address they point will become invalid. Redefine again the Buffer variables to point correctly on the resized file variable.

See also Using File Variables, Using Buffer Variables.

Go Back