A blog about Code, Tech and Dev Life in general...
for (int i = 0; i <= 5; i++) { //Do your code here }
Dim i As Integer
For i = 0 To 5 'Do your code here Next i
No comments:
Post a Comment