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 release the memory acquired by an array variable in vbscript?
What is dictionary object in vbscript? Explain?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What is sql loader? Explain the files used by sql loader to load file?
Mention how you can call vbscript functions?
Explain about the support of asp for vb script functionality?
What are the disadvantages of vbscript?
Which in-built function is used to format the number in the vbscript language?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Which in-built function related to an array joins substrings into one string in the vbscript language?
What are the rules to name variable in vbscript?
how to increase the values in text box in a given text box increament by two values by clicking on button
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the difference between for loop and while loop?
Mention the rules for using option explicit statement?