set name=""
for
{
set name=$order(^$GLOBAL(name))
quit:name=""
write name,!
}However this is really slow : about 1second per node.
I ran debugger, and it seems most of the time is spend in "%SYS.GD Visible" function. There is a comment that says :
This function loop on a global named
I have cleared global, hoping it has been filled by another process but it's not (it seems to be filled by %SYS.

.png)
.png)


.png)
