This works just like the echo command in a shell scripting environment.
It takes a variable number of arguments which can be strings or numbers.
The behavior depends on which interpreter is being used. In the cscript interpreter, the results are concatenated together into the output stream. In the wscript interpreter, each Echo() call results in an alert() dialog box which must be manually dismissed.
Prev | Home | Next |
WScript.DisconnectObject() | Up | WScript.FullName |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |