Hi Andrew, I'm getting: getVersion(t) "sub-version ICADV12.2-64b.500.1 " Meanwhile found a workaround looking like this but would get the first and last window number before I can start the tiny script. Thanks and best regards, Norbert path = "/home/user/" winNR = 224 for( winNR 224 523 sprintf( winNo "win%d" winNR) _vvSetCurrentWindow("session0" winNo ) win = awvGetCurrentWindow() wTitle = awvGetWindowTitle(win) ; win = awvGetCurrentWindow() ; wTitle = awvGetWindowTitle(awvGetCurrentWindow()) wTitle = strcat( path wTitle ".jpg") ; hiSetCurrentWindow(win) saveGraphImage(?window win ?fileName wTitle ?exactCopy t ?quality 100) )
↧