|
EchoBoxOff() 
Deactivates an on-screen message box while your
script is executing.
Syntax
EchoBoxOff() -->
None
Arguments
None.
Returns
None.
Description
This function turns off a message box after your
script has finished executing. You must call EchoBoxOff() following
any call to EchoBoxOn(), or when your script interacts with an
end-user, such as when requesting input.
____________________________
Related Topics
Business
Function List
EchoBoxOn()
|