Message
From
23/06/2020 00:50:51
 
 
To
22/06/2020 19:37:37
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
01674989
Message ID:
01674990
Views:
231
I can't think of anything else, I am looking definitely forward to it!

>I'm getting ready to code this. If anyone has any comments or notes before I begin, please post them.
>
>
* General functions:
>FNEW()        && Create a new fast string variable
>FDELETE()     && Release a fast string variable
>FZAP()        && Reset a fast string variable to empty
>
>* File I/O
>FSTRTOFILE()  && Saves memory to a disk file
>FFILETOSTR()  && Reads a disk file into memory
>
>* Multiple fast strings
>FWELD()       && Welds two fast strings together
>FCUT()        && Cuts a single fast string into two pieces
>
>* Obtain information
>FLEN()        && Get the length of a fast string
>FSTATS()      && Builds statistics on the fast string
>
>* Data manipulation:
>FSTUFF()      && Insert and delete text out of a fast string
>
>* Data extract functions:
>FTRANSFORM()  && Converts a fast string to a regular string
>FLEFT()       && Get the left Nn characters of a fast string
>FRIGHT()      && Get the right Nn characters of a fast string
>FSUBSTR()     && Get an arbitrary portion from a fast string
>
>* Piece manipulation
>FPIECECOUNT() && Get the number of pieces the string is in
>FPIECEMAP()   && Builds a visual image of the pieces in memory
>
Christian Isberner
Software Consultant
Previous
Reply
Map
View