Hey primal.......
-
Private Sub Form_Load() Dim i As Long, Arr(100) As Long For i = 0 To 5 Arr(i) = InputBox("Enter the " & i & "th number.", "Number Array") Next i MsgBox Arr(0) & " " & Arr(1) & " " & Arr(2) & " " & Arr(3) & " " & Arr(4) & " " & Arr(5) End Sub :)
The name is Sandeep
-
Private Sub Form_Load() Dim i As Long, Arr(100) As Long For i = 0 To 5 Arr(i) = InputBox("Enter the " & i & "th number.", "Number Array") Next i MsgBox Arr(0) & " " & Arr(1) & " " & Arr(2) & " " & Arr(3) & " " & Arr(4) & " " & Arr(5) End Sub :)
The name is Sandeep
So what is your query?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
So what is your query?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Sorry man.. That was my friend.. He needed some help regarding arrays. So I just answered him. Sorry to bother you.:)
The name is Sandeep
Where was his question?
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Ready to Give up - Your help will be much appreciated. My website