[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


STORE_ARRAY Source code in store_array.pro

STORE_ARRAY

Name
       STORE_ARRAY
Purpose
       Insert array INSERT into the array DESTINATION
Explanation
       The dimensions of the DESTINATION array are adjusted to accomodate
       the inserted array.
Category
       Utility
Calling Sequence
       STORE_ARRAY, DESTINATION, INSERT, INDEX
Input Parameters
       DESTINATION     = Array to be expanded.
       INSERT          = Array to insert into DESTINATION.
       INDEX           = Index of the final dimension of DESTINATION to insert
                         INSERT into.
Output Parameters
       DESTINATION     = Expanded output array.  If both input arrays have the
                         same number of dimensions, then the DESTINATION will
                         be replaced with INSERT.
Restrictions
       DESTINATION and INSERT have to be either both of type string or both of
       numerical types.
       INSERT must not have more dimensions than DESTINATION.
Revision History
       William Thompson, Feb. 1992, from BOOST_ARRAY by D. Zarro and P. Hick.
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:14 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically