Difference between revisions of "CODA example: Hide all trees"
Adjustments
imported>QQuix (First CODA example) |
imported>QQuix (Adjustments) |
||
Line 51: | Line 51: | ||
printc("Scanning "//GetEditorID(refCell)) | printc("Scanning "//GetEditorID(refCell)) | ||
forEach reff <- GetCellObjects (refCell) | ; Walk the references in the cell | ||
;----------------------------------- | |||
forEach reff <- GetCellObjects(refCell) | |||
; Check if the ref is valid (for some reason, sometimes it is zero) | ; Check if the ref is valid (for some reason, sometimes it is zero) |