These functions display status information.
This function displays a string in the prompt area.
milestone
Required argument
A String specifying the text to display.
Optional arguments
Return value
Exceptions
This function displays a percentage complete message in the prompt area.
milestone
Required arguments
A String specifying the text to display.
An Int specifying the percentage complete.
Optional arguments
Return value
Exceptions
This function displays a message in the prompt area indicating the number done out of a total. The form of the message is operation: object nn out of nn
milestone
Required arguments
A String specifying the operation.
A String specifying the object.
An Int specifying the number being processed.
An Int specifying the total number.
Optional arguments
Return value
Exceptions