Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters
Message
De
10/03/2002 13:22:46
 
 
À
10/03/2002 12:34:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00630710
Message ID:
00630745
Vues:
18
Without resorting to using an array you can use the following:
LPARAMETERS tcclass, tclib,p1,p2,p3,p4,p5,p6,p7,p8,p9
lccmd = 'newobj(['+tcclass+'],['+tclib+']'
FOR i = 3 TO pcount()
	lccmd = lccmd + ',p'+TRANSFORM(i-2)
ENDFOR
lccmd = lccmd + ')'
THIS.poform = EVALUATE(lccmd)
Glenn
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform