|
Listing Object ElementsElements of an object can be listed using the command qcl>LIST HDF_OBJECT If the listing is required on a file then the listing file name can be included as a second parameter. qcl>LIST HDF_OBJECT,HDF_LISTF The listing will consist of a first line containing the name and data type of the object (just like the DIR command) and subsequent lines will contain the element values. Character values are listed one value per line. If the parameter HDF_OBJECT specifies a slice of a dimensioned object then only that slice will be listed. qcl>LIST 'REAL_ARRAY(1:3,2)' If HDS_OBJECT='<ALL>' then all the elements of all the objects contained within the default node will be listed. If any of the objects are large arrays then the listing will be very long! [Next: Editing Object Values] [Previous: Listing Object Elements] [Back to Command Descriptions] |
|||||||||||||||||||||||||||||||||||
|
|