Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array not found...
Message
De
26/08/1997 09:32:34
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046776
Message ID:
00046912
Vues:
25
>>>>Hi,
>>>>
>>>>I've run into a strange problem that I can't figure out how to 'fix'.
>>>>
>>>>I'm passing an array to a method and then referencing the passed in array in the method.
>>>>
>>>>I get this error when compiling the project: 'Unable to find Unkown LAVARARRAY'
>>>>
>>>>
>>>>I'm dimensioning the array like this in the calling method:
>>>>DIMENSION laVarArray(3,2)
>>>>
>>>>The program runs fine, but I get that message on compile. Is there any way to eliminate the error message?
>>>>
>>>
>>>Jim,
>>>
>>>Try adding:
>>>
>>>EXTERNAL ARRAY laVarArray
>>>
>>>George
>>
>>George, I found that EXTERNAL ARRAY didn't work in this situation. I had to use either public arrays (Mo's suggestion) or Ed Pikman's "IF .F." methodology. Never figured out why, as EXTERNAL ARRAY was included for just this purpose :-(
>>
>>Barbara
>
>Barbara,
>
>Admittedly, what I'm about to write applies mostly to my experiences with 2.6, but my experience 5.0 has produced similar results. I never have run into an instance where the EXTERNAL ARRAY declaration, as the first line following the parameter list didn't resolve it. Perhaps it has something to do with how the procedure/function is called. I will, however, keep this in mind, hoever. Thanks.
>
>George

I've run into a few situations where the 'EXTERNAL ARRAY' didn't work, but I couldn't figure out why. I wondered if it had anything to do with the 'PARAMETERS' statement.

Elyse
Elyse Pomerantz
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform