G
Guest
Hi,
we can do
Dim arr() As Integer = {1, 3, 5, 6}
Is there any way can assign with ReDim as well? I don't need to preserve the
value.
Another question, is there anyway that I can make (normal Dim) the elements
{...} dynamic based on variable (late-binding)? I would need all of them to
have the same value (variable), but I don't know the number of elements until
run-time.
thanks
Eugene
we can do
Dim arr() As Integer = {1, 3, 5, 6}
Is there any way can assign with ReDim as well? I don't need to preserve the
value.
Another question, is there anyway that I can make (normal Dim) the elements
{...} dynamic based on variable (late-binding)? I would need all of them to
have the same value (variable), but I don't know the number of elements until
run-time.
thanks
Eugene