![]() |
ok here is the code i have:
:
frmPartNum.lblUse1.Caption = strOWArray(1)now this would be alot better if i could do a simple little loop on it that way i wouldnt have to have the code look like this even tho it works. so i was wondering if it is possible to make the lbluse* name something so that i can change where the * is?? is this even possible |
you can make a control array, that's what you need.
while your in forum view just select the forum item that you want to amke an array of and right click and select copy, then paste. do that till you have 16 of em. then you can loop through em later in the code. like this: :
for x = 0 to 15 step 1 |
thanks :)
|
No Prob. Even though i answered this in the irc channel, i thought that i would post the answer here so others could use it.
|
| All times are GMT -5. The time now is 11:01 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC