next up previous contents
Next: HDELETE Up: HCREATE Previous: Parameters

Examples

Creates a new container file containing a scalar structure of type SPECTRUM with name SPECTRUMHZ43.

> HCREATE SPECTRUMHZ43 SPECTRUM
Creates the vector primitive DATA_ARRAY within the existing structure SPECTRUMHZ43 with length 64.
> HCREATE SPECTRUMHZ43.DATA_ARRAY _REAL  64
Creates a 64 x 64 real array called DATA_ARRAY within the structure IMG
> HCREATE IMG.DATA_ARRAY _REAL [64 64]


Web Master
Tue Oct 7 10:18:50 BST 1997