Sets the title of the Runtime Status window.
aReturn = SetTestStatus ([sStatus])| Variable | Description |
|---|---|
| aReturn | The previous title in the Runtime Status window or NULL if the previous title was the default title. ANYTYPE. |
| sStatus | Optional. Title of the Runtime Status window. If not supplied, SetTestStatus restores the default title. STRING. |
When SetTestStatus is called with the string sStatus, the title of the Runtime Status window is changed to Status: sStatus.
Call SetTestStatus with no argument to restore the default title.