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


Please Help Members By Posting Answers For Below Questions

how to write validation function for date in vb script

2317


How can the spaces from the string be removed?

780


How to take whole text output from screen of Bitmap Application.

2059


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

1828


what is the standards used for writing the script in QTP

2075


Explain How do you create a recordset object in vbscript?

779


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.

1998


What is the main difference between function and sub-procedure?

760


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1660


How will you get the natural logarithm of the given number in vbscript?

801


What is the difference between javascript and vbscript?

744


How will you release the memory acquired by an array variable in vbscript?

969


How to Enter Values on the Command promt using VB script

1731


please can you help me to get a code of flames using a visual basic 6

1420


Is vbscript language a case-sensitive language and what does it mean?

753