dim tefuda(3,12) as clsCard.typCard dim cl as new clsCard cl.shuffle() for i as integer = 0 to 12 tefuda(0,i)= cl.nextcard() tefuda(1,i) = cl.nextcard() tefuda(2,i) = cl.nextcard() tefuda(3,i) = cl.nextcard() next