![]() |
Institut für Astronomie und AstrophysikAbteilung AstronomieWaldhäuser Str. 64, D-72076 Tübingen, Germany |
![]() |
STORE_ARRAY
Insert array INSERT into the array DESTINATION
The dimensions of the DESTINATION array are adjusted to accomodate
the inserted array.
Utility
STORE_ARRAY, DESTINATION, INSERT, INDEX
DESTINATION = Array to be expanded.
INSERT = Array to insert into DESTINATION.
INDEX = Index of the final dimension of DESTINATION to insert
INSERT into.
DESTINATION = Expanded output array. If both input arrays have the
same number of dimensions, then the DESTINATION will
be replaced with INSERT.
DESTINATION and INSERT have to be either both of type string or both of
numerical types.
INSERT must not have more dimensions than DESTINATION.
William Thompson, Feb. 1992, from BOOST_ARRAY by D. Zarro and P. Hick.
Converted to IDL V5.0 W. Landsman September 1997
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]