setstatusbartext (not supported in Axiell Collections)

Syntax

stat = setstatusbartext (text)

Arguments

stat: integer

text: text

Platform

Windows (not supported in Axiell Collections and RunAdapl: Collections ignores the function if it is present anyway)

Meaning

You can use this function to print text in the status bar of the window. stat will be 0 if the action is successful. Any other value signifies the Adlib error code.

Example

stat = setstatusbartext('Now press <Enter>.')

Result

If stat is 0, the text Now press <Enter>. will be printed in the status bar of the window.