H
Husam
Hi EveryBody:
I am using vb.net 2005 and the following code trying to create varible at
runtime:
For n=1 to 4
dim v+n.tostring(n) as double
Next n
the resone behaind using the previous code is to create
Dim v1(4) as double
dim v2(4) as double
dim v3(4) as double
dim v4(4) as double
but it dose not work,Can some body help me or direct me how can I do so?
regard's
Husam
I am using vb.net 2005 and the following code trying to create varible at
runtime:
For n=1 to 4
dim v+n.tostring(n) as double
Next n
the resone behaind using the previous code is to create
Dim v1(4) as double
dim v2(4) as double
dim v3(4) as double
dim v4(4) as double
but it dose not work,Can some body help me or direct me how can I do so?
regard's
Husam