CalcIt Commands

FILECOPYSTR(FileVar, FromPosition, StrSize)

Returns as a string a part of a file, handled through FileVar File variable. The part of the file starts at FromPosition (in bytes from the start of the file) and has a size of StrSize bytes.

See also Using File Variables, FileRecDef, FileDel, FileIns, FileToFile, READFile, ArrToFile, Size, FileRecs, FileAdd, FileSearch

Go Back