Dim ar(1, 1) ar(0, 0) = \"test\" ar(0, 1) = \"test\" ar(1, 0) = \"test2\" ar(1, 1) = \"respone2\" For i = 0 To UBound(ar) For a = 0 To UBound(ar) - 1 Print \"kommando \" & i & \" er \" & ar(i, a) Next a Print \"svar \" & i & \" er \" & ar(i, a) Next i
Dim ar(1, 1) ar(0, 0) = \"test\" ar(0, 1) = \"test\" ar(1, 0) = \"test2\" ar(1, 1) = \"respone2\" For i = 0 To UBound(ar) For a = 0 To UBound(ar) - 1 Print \"kommando \" & i & \" er \" & ar(i, a) Next a Print \"svar \" & i & \" er \" & ar(i, a) Next i
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.