You are on page 1of 1

Dim a(5) As integer

a(0) = 2
a(1) = 7
a(2) = 5
for i=0 to 4
next
texbox1.text = texbox1.text + str(a(i))
??????????????????????????????????????????????????????????????????
Dim miArreglo [1 to 15] as Integer

???????????????????????????????????????????????????????????????

Dim Personas (1 to 6, 1 to 8) as string


personas (1,1) = "rolando"

You might also like