05-13-2014, 01:26 PM
Hi,
If we declare an array like - Dim Array(3) and assigned the values
Array(0) = aaa
Array(1) = bbb
Array(2) = ccc
this we can re-memorize the array by using - Redim Array(10).
In this case the previous memory as well as data will be erased rite. If i want the same array value
Array(0) = aaa
Array(1) = bbb
Array(2) = ccc to the resized array. so how can we get this.
Please Help me with vb script statment.
Regards,
If we declare an array like - Dim Array(3) and assigned the values
Array(0) = aaa
Array(1) = bbb
Array(2) = ccc
this we can re-memorize the array by using - Redim Array(10).
In this case the previous memory as well as data will be erased rite. If i want the same array value
Array(0) = aaa
Array(1) = bbb
Array(2) = ccc to the resized array. so how can we get this.
Please Help me with vb script statment.
Regards,