Skip to main content

Viewing and Killing Arrays

Use the ZWrite command to display the entire contents of an array, or parts of the array.

Terminal


USER>zwrite A(5)
A(5)=4
A(5,"C")=4
A(5,"D",-2.7)=4
USER>

Remember the Kill command? Killing a node in the tree kills the node and its children. Kill A kills the entire structure. Kill A(5) kills that node and its three descendants.

Purpose of this instance: Draft documentation
DocReleaseID: IRISforHealth2025.1
Content loaded from:
/staging/learning/iris-doc/2025.1.x/doc/cache/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/ensemble/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/security/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/irishealth/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/healthcommon/en-us/src/
Excluded items: GCONV
FeedbackOpens in a new tab