Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Undefined error at build time
Message
De
03/12/2003 17:00:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00855601
Message ID:
00855633
Vues:
17
Hehe, stranger still ...

This compiled without a hitch (both to .app and .exe) in VFP8/3117:
LOCAL oSeries, myObject
external array oSeries

oSeries=This.Parent.Series

IF oSeries.Count=1
   myObject=oSeries(1)
ELSE
   myObject=oSeries
ENDIF
There was no FUNC oSeries or DIME oSeries[1] or whatever anywhere in the project.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform