Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to define array property?
Message
De
13/03/2002 22:43:56
 
 
À
13/03/2002 22:27:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00632556
Message ID:
00632562
Vues:
8
DEFINE CLASS myClass as CUSTOM
	DIMENSION myArray[3,2]
	myArray = ''
ENDDEFINE
BOb

>Hi,
>How could I define array property in class using .PRG?
>I used to try
>
>DEFINE CLASS myClass as CUSTOM
>     myArray[3,2] = ""
>ENDDEFINE
>
>
>
>but it doesn't work! It return myarray is not an array when I use ACOPY().
>
>Any advise?
>
>Thank you
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform