ARRAY

The ARRAY command redefines and/or lists the array of up to 1,200 real numbers for an IC-type ARRAY statement.

Format

ARRAY/id [,NUMBERS=r1 [,r2,...]] [,LIST]
 
[ ] Optionally select the item

Arguments

 
LIST
Lists the number(s) in storage.
[,NUMBERS=r1 [,r2,...]]
Respecifies at least one real number to be stored.
 
Caution:  
You can use the ARRAY command on only an IC-type ARRAY statement (the default type). Adams Solver (C++) issues an error message if you specify an X-, U-, or Y-type ARRAY statement.

Example

ARRAY/12, NUMBERS=0.5,0.12, LIST
See other Reference data available.