"as" for setwindow
gsb
The "as" option for the display function is helpful, but it seems like there is no way to modify it thereafter? I have a window hook that lets the arrow keys change what column is being displayed on a graph. I'd like to change the window title to show the index of the currently displayed column (without changing the window name), but I don't see a way to do so. It seems like setwindow/as="my new titleStr" would be a nice addition to allow this.
From the help file, use DoWindow /T windowName, windowTitleStr.
The DoWindow/T operation sets the window title for the named window to the specified title.
December 28, 2018 at 09:46 am - Permalink
In reply to From the help file, use… by jtigor
Ah, I see. I retract my wish -- that's exactly what I needed. Thanks for the pointer!
December 28, 2018 at 11:04 am - Permalink