Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine two fields into one
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00493701
Message ID:
00494832
Vues:
20
<Field3 = alltrim(Field1) + alltrim(Field2)>>

Or maybe not, if the derived field is to be a key of some kind:

Example: Field1 Field2 Alltrim(Field1) + Alltrim(Field2)

1: "12 " "789" "12789"
2: "127" "89 " "12789"

Vs: Field1 Field2 Field1+Field2
3: "12 " "789" "12 789"
4: "127" "89 " "12789 "


Regards,
Thom C.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform