| Author |
Creating an array to store variable
|
Nico Yukiko
Greenhorn
Joined: Aug 24, 2005
Posts: 21
|
|
How to create an array that can store variable.I try to create the code below but it is giving me an error "object reference not set to an instance on an object " Dim Info As String Dim arrInfo() As String For k = 0 To totalRows - 1 Info = lobjDs.Tables("tblMemberApproval").Rows(k).Item("strUserId") arrInfo(k) = Info Next
|
 |
 |
|
|
subject: Creating an array to store variable
|
|
|