Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy five fields to one
Message
From
02/03/2000 18:15:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00340892
Message ID:
00340913
Views:
18
>ok here goes, I am trying to copy 5 fields into one large field
>i have tried using copy to array and then replace the one field with
>the array, but no luck.

You can't just specify an array name and get all the elements in that array as one string. You will only get the first element, and that explains what you see.

Do something like:

replace feild with field1 + field2

You might need/want to trim the spaces.
Previous
Reply
Map
View

Click here to load this message in the networking platform