<=Back
Interpret the following visual basic program code statement by statement:
Dim username As String
Dim position As Integer
Dim count As Integer
Username = “DEPARTMENT”
For position =1 To Len(username)
username=Mid(username, position +1)
Picture1. Print username
Next
 Viewed: 532 times
Share in: