Name
SetScreenTitle -- change the screen title of the current display (V6.0)
Synopsis
SetScreenTitle(title$)
Platforms
AmigaOS and compatibles only

Function
This function can be used to change the text that should be shown in the screen's title bar whenever the current display is active. By default, "Workbench screen" will be shown.

Inputs
title$
new screen title
Example
SetScreenTitle("My cool program")
The above code changes the screen title to "My cool program".

Show TOC