Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
&
Message
De
16/12/1998 02:29:19
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
&
Divers
Thread ID:
00167929
Message ID:
00167929
Vues:
58
I want to make simple in my program ....
Anybody can correct my program please ... ?
For mSize = 1 To 14
mstrsize = Right("0" + LTrim(Str(mSize)), 2) ' returns 01 - 14
mqty = "QTY" & mstrsize ' returns QTY01 - QTY14
mmSize = Qtylist.Recordset("'" & mqty & "'") ' the problem
msgbox mmSize ' to show one by one Qty from Qty01 - Qty14
Next mSize

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform