Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Faststring.dll
Message
De
30/06/2020 13:51:30
 
 
À
30/06/2020 13:42:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
01674989
Message ID:
01675054
Vues:
144
J'aime (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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform