Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array not being recognized
Message
From
24/12/2000 16:14:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Array not being recognized
Miscellaneous
Thread ID:
00456704
Message ID:
00456704
Views:
66
Using VFP 6 SP4, I have an array, aErrors, in a class and when I use the ACOPY() command in a method of that class, I'm getting the error message: 'AERRORS() is not an Array':

DEFINE CLASS MyClass AS CUSTOM
aErrors[1,1] = .F.

PROCEDURE MyMethod
lnCount = AERROR(laError)
IF lnCount > 0
*: Offending line of code!!!!!!
ACOPY(laError,THIS.aErrors)
ENDIF
ENDPROC
ENDDEFINE

Thanks,

Dan
Next
Reply
Map
View

Click here to load this message in the networking platform