Hello,
How to Declare size of array at runtime
I mean
Array Arr() size is How to declare Later
Array size is varies , How to declare that in Runtime
I tried to Declare Like
Here Error is coming like constant expected
Expecting reply
Faisal
Faisal
How to Declare size of array at runtime
I mean
Code:
Dim Arr() as string
Array size is varies , How to declare that in Runtime
I tried to Declare Like
Code:
Dim i as integer i=10 Dim Arr(i) as string
Expecting reply
Faisal
Faisal
Comment