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

What methods are used to create text files and open text files in the vbscript language?

538


Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)

1415


Explain about tristate constants?

587


Mention how to create a cookie using vbscript?

535


What is Procedure or Subroutine in VB Script?

606






Mention the rules for using option explicit statement?

485


give me any information abou vb script books learn quckly

1661


Explain the tristate constants in vbscript?

563


how to comvert 120 into one hunderd twenty rupees only and vice varsa

1807


Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.

1574


Mention when to use function procedures and what are its characteristics?

629


Mention what is vbscript procedures?

543


Explain the functionality of vbscript?

540


What are subprocedures in vbscript?

666


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

807