Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   here i am again (https://forum.scholieren.com/showthread.php?t=829823)

OfficerTiger 05-05-2004 10:34

here i am again
 
Public Sub Naamenklas()

Dim strnaam As String
Dim strklas As String
Dim intaantal As Integer

Do
strnaam = InputBox("Geef de naam", "naam")
strklas = InputBox("Geef de klas", "klas")
intaantal = intaantal + 1
Debug.Print strnaam
Debug.Print strklas
Loop Until intaantal = 3
End Sub

Koen 05-05-2004 10:38

:confused:

Hier schieten we weinig mee op.

Gesloten.


Alle tijden zijn GMT +1. Het is nu 03:48.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.