Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An array append ?
Message
From
09/10/2000 16:46:25
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00427015
Message ID:
00427035
Views:
15
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform