SetTitle command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Action:

Lets you change the title of the Client main window (which by default is "The Janus Debugger" or "The TN3270 Debugger."

Syntax:

setTitle newtitle

where newtitle is an unquoted, case insensitive string of as many as 50 characters.

Examples:

The image below shows the result of issuing a setTitle Welcome to my world command. Notice that the name of the procedure being debugged is retained.

settitle1b

  • The following macro uses:

continueMacroIf &&blackOrWhiteList <> 'black'
labelButton button0 BlackList Off
turnOnBlackList
setTitle Black List on
set &changed = 1
clearStatus 

See also:

  • The restoreTitle command replaces any changed main window title with the default title.
Client menu: --
Introduced: Build 62