Array parameters
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-03-22 11:21 PM
‎2012-03-22
11:21 PM
Sincerely,
Daniel
Daniel
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-03-23 12:31 AM
‎2012-03-23
12:31 AM
Daniel,
A description of what you are trying to construct would help.
If you have an array (array_C) with the following values
ARRAY_C
10
20
30
40
50
and lets say A=2, B=3 If you want to pull values from the array_c
FOR n=1 to A+B
array_c
do something.............
next n
This would pull a value of "10" for the first instance of array_c[1]
and a value of "20" for the second instance of array_c[2]
etc, etc
Again, not sure what you are trying to do though.
David
A description of what you are trying to construct would help.
If you have an array (array_C) with the following values
ARRAY_C
10
20
30
40
50
and lets say A=2, B=3 If you want to pull values from the array_c
FOR n=1 to A+B
array_c
do something.............
next n
This would pull a value of "10" for the first instance of array_c[1]
and a value of "20" for the second instance of array_c[2]
etc, etc
Again, not sure what you are trying to do though.
David
AC 19-26 Windows 10 64 bit, Dell Prercision 7820, Xeon Silver 2414R ( 12 Cores), 64 GB Ram, Quadro RTX 4000 8GB