Arbortext Command Language > Functions by Alphabetical Listing > window_name
  
window_name
window_name ([window])
This function converts the window identifier window into a character string that can be used on commands like caret and map, for example, "window14". If window is omitted or 0, the window associated with the current document is used.
Examples
local win_name = window_name(win_id)
caret $win_name