`
Par2: C4 functions built into C4 1998-08-11 -- Arnor Baldvinsson There is a lot of "hidden" functionality in a file called clib.clw in the libsrc directory. Put one line of code: Include('clib.clw') In the "Inside the Global Map" Global embed and read pages 361 to 371 in the Programmers Guid PDF file (C4-PG.PDF) that's on the C4 cd-rom. You will also find more information about all those functions in the C/C++ Language Reference manuals also supplied on the C4 cd-rom. Lots of nice stuff there, among other things RmDir, ChDir, MkDir, Access, Rename, Remove, fnMerge, fnSplit for file manipulation as well as lots of other C functions for string handling etc. etc. etc... Happy reading:) Printed November 21, 2024, 12:14 pm This article has been viewed/printed 35226 times. |