Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interleave strings
Message
De
23/04/2009 03:04:57
Walter Meester
HoogkarspelPays-Bas
 
 
À
22/04/2009 06:52:11
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01395869
Message ID:
01396021
Vues:
75
This message has been marked as a message which has helped to the initial question of the thread.
Hi Agnes,

A total different approach to this problem:

The following is about 10 times as fast for two strings as the earlier solution, however handling more than two strings needs some additonal logic (process them in pairs and process the result of that again)
cStr1 = "ABCDEFGHIJ"
cStr2 = "0123456789"

cResult = CAST(BITOR(CAST(STRCONV(cStr1,12) as W),SUBSTR(CAST(STRCONV(' '+cStr2,12) as W),2)) as C(LEN(cStr1)*2))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform