Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faststring.dll
Message
From
30/06/2020 13:51:30
 
 
To
30/06/2020 13:42:01
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
01674989
Message ID:
01675054
Views:
141
Likes (1)
>>Only the functions FTRANSFORM(), FLEFT(), FRIGHT(), FSUBSTR() will return VFP strings.
>
>
>Would not the following functions also return VFP strings?
>
>* Data manipulation:
>FAT() && Fast string AT()
>FRAT() && Fast string RAT()
>FOCCURS() && Fast string OCCURS()
>FCHRTRAN() && Fast string CHRTRAN()
>FSTRTRAN() && Fast string STRTRAN()
>FSTUFF() && Insert and delete text out of a fast string
>FTEXTMERGE() && Performs a TEXTMERGE() on a fast string
>FSTREXTRACT() && Performs an EXTRACT() on a fast string

All of the above return either an integer for their value (fat(), frat(), foccurs()), or it creates a new fast string and returns the handle to it (which is also an integer).

FSTREXTRACT() might be an exception. It might make more sense to have it return a VFP string. I think I'll an option for it, that if set will return a VFP string, otherwise it will return a new fast string.

Part of the goal of fast string is to process quickly very large strings.

I think it might also need FALINES(). Will have to think about that.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform