id | An integer variable that specifies the ID of the ARRAY statement. |
array | A double-precision array containing the data defined in the ARRAY statement statement. |
istat | An integer that indicates the success or the reason for the failure of the call to GTARAY. ![]() |
number | A variable that indicates the number of values returned in the array. |
Caution: | ■Make sure that array is large enough to hold all of the returned values. ■You can only use GTARAY to access values for an IC-type ARRAY (the default type). If you want to access values for an X-type, a Y-type, or a U-type ARRAY, use SYSARY and the ARRAY function, or SYSFNC and the C++ ARYVAL function or the FORTRAN ARYVAL function. |