Message
From
22/06/2020 19:37:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Faststring.dll
Miscellaneous
Thread ID:
01674989
Message ID:
01674989
Views:
377
Likes (1)
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
Next
Reply
Map
View