Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with EXTERNAL ARRAY Revisited
Message
De
11/04/2007 16:38:43
 
 
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 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01214564
Message ID:
01214704
Vues:
12
>>>You can add following code to the program/methods to fix the problem
>>>*** None-executed code to satisfy Project Manager ***
>>>IF .F.
>>>  DIMENSION myarray[1]   <--- The name of array that generates an error
>>>ENDIF
>>>
>>Yes, that makes the err file go away. But I still don't understand way it does it in the first place.
>
>Cannot say because I never use global variables.

thing is, it is not a global variable, it is a passed in variable. It is a local in the main program, and passed by reference (@) to the sub functions.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform