jeff101 Lv 1
Special thanks go to truestone, brow42, Crashguard303, pauldunn, and Timo van der Laan for helping me figure out how to code this recipe. It turns out that
ask.Label5=dialog.AddLabel(bstr)
and
num=5
ask["Label"..num]=dialog.AddLabel(bstr)
do the same thing, but the latter lets you put it into a loop.