Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array not being recognized
Message
De
24/12/2000 16:14:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Array not being recognized
Divers
Thread ID:
00456704
Message ID:
00456704
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform