Private Sub Command1_Click() Call Test(1, 2, 3) Call Test(3, 2, 1) End Sub
Sub Test(Tal1, Tal2, Tal3) If Tal1 = 1 Then MsgBox ("1") If Tal2 = 2 Then MsgBox ("2") If Tal3 = 3 Then MsgBox ("3") End SubPrivate Sub Command1_Click() Call Test(1, 2, 3) Call Test(3, 2, 1) End Sub
Sub Test(Tal1, Tal2, Tal3) If Tal1 = 1 Then MsgBox ("1") If Tal2 = 2 Then MsgBox ("2") If Tal3 = 3 Then MsgBox ("3") End Sub
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.