How do display output message without using msgbox function?
Answer Posted / thachnan
if we want to display the output message or value without using "msgbox".we can use "print" functions.
ex:
a=10
b=15
c=a+b
print c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of option explicit in vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Does VB/Win make standalone .EXE files?
What are class variables?
What is the output of a + b in vbscript if a = 5 and b = 10?
What is vbscript language used for and which earlier language is it modeled upon?
about vb scripting programs this type of all question& answers
wht must be the interview question on corinthian information technology solutions incorporated.
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How are values assigned to the variables in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Both Static and dynamic arrays are handled by VB script. Is it true?
regular expression that will recognize a browser as long as its name property starts with mybrowser
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?