Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bewildering Insert into ... From Array ... in VFP9
Message
 
À
14/04/2005 01:30:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01004474
Message ID:
01004488
Vues:
16
This message has been marked as the solution to the initial question of the thread.
Hi Steven,

no, it's no bug. For appending array you need two dimenzial array and ALANGUAGE(acmd,1) return only one dimenzial array.
zap
ALANGUAGE(acmd,1)
DIME acmd(alen(acmd),1) && Redim to two dimenzial array
APPEND FROM ARRAY acmd
GO TOP
BROWSE
MartinJ

>A bug?
>
>CREATE CURSOR tmp (f1 c(250))
>select tmp
>ALANGUAGE(acmd,2)
>APPEND FROM ARRAY acmd
>GO TOP
>BROWSE
>
>zap
>ALANGUAGE(acmd,1)
>APPEND FROM ARRAY acmd
>GO TOP
>BROWSE
>
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform