Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
An array append ?
Message
De
09/10/2000 16:46:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00427015
Message ID:
00427035
Vues:
16
>Here's my array:
>Select * From SS Where SS.Valed And Deleted() And Exist ;
> (Select ShipTool From SS Where ShipStor.ShipTool = SS.ShipTool) ;
> Order By ShipTool into Array Com_SS
>...
>Here's my append:
>Select SS
>ZAP
>APPEND From Array Com_SS
>
>Many steps occur between the two but I get an error variable Com_SS not found at the last statement.
>Why?

Sounds like something's hosing the array.
I'd break after the SELECT above, then break again when the array doesn't exist anymore, to find the culprit.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform