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
how to write validation function for date in vb script
How can the spaces from the string be removed?
How to take whole text output from screen of Bitmap Application.
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
what is the standards used for writing the script in QTP
Explain How do you create a recordset object in vbscript?
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 is the main difference between function and sub-procedure?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you get the natural logarithm of the given number in vbscript?
What is the difference between javascript and vbscript?
How will you release the memory acquired by an array variable in vbscript?
How to Enter Values on the Command promt using VB script
please can you help me to get a code of flames using a visual basic 6
Is vbscript language a case-sensitive language and what does it mean?