10-28-2009, 06:54 PM
(This post was last modified: 10-28-2009, 07:49 PM by estherindu.)
Thanks much Saket n Venkat .
Here how to create an array with the size where we do not know the size?
Venkat as per your code we store the count intoan variable,so I have decalreda as below
Dim myarray(NumberOfEdits)
but while running it thrown an error saying a numeric need to be given.
please correct me If am wrong
Guys,
I have resolved the above issue
I was trying to get the value of text property instead of Value property.
Now my problem is Once I click on reset button,do I need to call the same function?
If yes the array values will be replaced with the new values as array is declared with in the function.
can u help me in comparing the arrays?
Here how to create an array with the size where we do not know the size?
Venkat as per your code we store the count intoan variable,so I have decalreda as below
Dim myarray(NumberOfEdits)
but while running it thrown an error saying a numeric need to be given.
please correct me If am wrong
Guys,
I have resolved the above issue
I was trying to get the value of text property instead of Value property.
Now my problem is Once I click on reset button,do I need to call the same function?
If yes the array values will be replaced with the new values as array is declared with in the function.
can u help me in comparing the arrays?