Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anybody on for translating VFP to C#
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Anybody on for translating VFP to C#
Divers
Thread ID:
01170530
Message ID:
01170530
Vues:
55
Hi
I have a piece of code which programatically makes a few controls
I want to replicate this in C#

FOR i= 1 TO 20
lcTxt = 'txt' + STRTRAN(STR(i,2),' ','0')
WAIT WINDOW lcTxt
x= lctxt + " = CREATEOBJECT('textbox')"
&x
ENDFOR

(This just makes 20 texbox controls txt01, txt02,txt03.....txt20

Thanks in advance
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform