Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merging Fields
Message
From
31/08/2002 11:39:10
 
 
To
31/08/2002 11:25:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00695656
Message ID:
00695666
Views:
17
>If there is a way to merge three field in a new field without passing by the replace command. the field are of the same datatype.
>thank you

use somethig like this:
a="pizza "
b="hut "
c="price = 1,25"

d=a+b+c
or
d=trim(a) + trim(b) + trim(c)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform