Converts a Window argument into a string.
STRWIN(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
A string.
strwin(W9)
produces the string: W9.
strcat(strwin(W5), "is correct")
returns the string: W5 is correct.
STRWIN can be useful when creating custom menus and input panels.
See CASTWINDOW to convert a string or number to a Window.