How do display output message without using msgbox function?
Answer Posted / shashank
Actually this method is supported only with VBScript files.
while MsgBox used in VBScript as well as in other tool and
languages.
MsgBox pop the output message while "WScript.echo" execute
the whole Script in "window sript host" environment and Pop
up the OutPut.
Example :-
MsgBox "May name is"
WScript.Echo "My Name is"
Both having the same output bit via different path
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How will you get a subset of a array in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
How many types of procedures are available in the vbscript language?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
What are the differences between sub procedures and function procedures?
Which command is used for writing text on a page?
Mention how to assign a date value to a variable?
What is dictionary object in vbscript? Explain?
What are the different types of operators and their order of precedence?
Explain about constants in vb script?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
How will you reverse a string in vbscript?