Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link 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:)
Today is December 3, 2024, 11:43 am This article has been viewed 35235 times.
|
|