Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying one array to another
Message
De
05/04/1998 19:19:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Copying one array to another
Divers
Thread ID:
00089652
Message ID:
00089652
Vues:
58
I'm trying to add the elements in one array to another. When I use the acopy function to indicate at which element to add the new elements
it doesn't work.
acopy(details, fileinfo, 1, 3, 54)

where 1 = 1st source element
3= no of elements
54 = 1st source destination.

when I just use acopy(details, fileinfo)

it copies the 3 elements from details to fileinfo but overwrites the
first three elements in fileinfo.

Is there another function to add these elements together. Using Append from requires a file and not an array.

any suggestions would be greatly appreciated. Thanks in advance.

Sheena E.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform