|
-
Dec 29th, 2004, 01:10 AM
#1
Thread Starter
Member
Assigning values for multidimensional array
Dim c, F
F = Array(0#, 1#, 4#, 6#, 8#, 10#, 11#, 12#, 15#, 20#, 40#, 9999#)
c = Array(3.8, 3.8, 3.8, 3.5, 3#, 1.6, 1.38, 1.18, 0.8, 0.7, 0.7, 0.7, -3.8, -3.8, -3.6, -2.7, -1.6, -0.95, -0.86, -0.8, -0.7, -0.7, -0.7, -0.7)
Here F is simple array and c multidimensional array. Array F works but not c , How can I declare c(2,12) (a multidimensional array) and assign values in just one line as done in case of F.
Last edited by bobbynad; Dec 29th, 2004 at 04:41 AM.
Syed Nadeemulla Hussaini
# I-2,C & FM Quater
Hutti Gold Mines Co Ltd.
Raichur Karnataka
INDIA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|