Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Undefined error at build time
Message
From
03/12/2003 17:00:31
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00855601
Message ID:
00855633
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform