Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combine two fields into one
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00493701
Message ID:
00494832
Views:
21
<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.
Previous
Reply
Map
View

Click here to load this message in the networking platform