Caché ObjectScript Reference
$ZORDER
|
|
$ZORDER $ZO
SET ^||a="groceries" SET ^||a(1)="fruit" SET ^||a(1,1)="apples" SET ^||a(1,2)="oranges" SET ^||a(3)="nuts" SET ^||a(3,1)="peanuts" SET ^||a(2)="vegetables" SET ^||a(2,1)="lettuce" SET ^||a(2,2)="tomatoes" SET ^||a(2,1,1)="iceberg" SET ^||a(2,1,2)="romaine" SET $ZERROR="unset" WRITE !,"last referenced: ",^||a(1,1) WHILE $ZERROR="unset" { WRITE !,$ZORDER } QUIT
Copyright © 1997-2019 InterSystems Corporation, Cambridge, MA
|
Content for this page loaded from RCOS_vzorder.xml on 2019-02-18 02:14:19
|