EchoBox ![]()
Displays or changes both or either message that appears inside a message box which is displayed during the execution of a script.
Syntax
EchoBox([<cMessage1>], [<cMessage2>]) --> TRUE
Arguments
<cMessage1> --> An optional message to display inside the message box.
<cMessage2> --> An optional second message to display inside the message box..
Returns
This function always returns TRUE.
Description
This function displays or changes one, more, or either message in a message box previously activated using the EchoBoxOn() function. This is useful for providing progress feedback to users on the execution of a complex script or process.
____________________________
Related Topics: