dim a(1 to 15) as integer
for i=1 to 15
a(i)=int(Rnd*40)*2+11
label1.caption=label1.caption & a(i) & " "
next