Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM ARRAY problems...
Message
 
À
26/08/1997 15:16:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046997
Message ID:
00047002
Vues:
22
Alex,

>Try this :
>DIMENSION laTest(3,1)
> laTest(1,1) = "1"
> laTest(2,1) = "2"
> laTest(3,1) = "3"
> CREATE CURSOR cTest (TestField C(1))
> APPEND FROM ARRAY laTest
> BROWSE
> USE IN cTest
>Alex.


It worked! In my application I'm actually doing a SELECT INTO ARRAY, but I'm adding a row using DIMENSION (ALEN() + 1) along with AINS().

Do you know why it didn't work the other way?
Jim Huenergardt
AXIO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform