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 open browser in vb script?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Which in-built function related to an array joins substrings into one string in the vbscript language?
what is the object hyrarchy in QTP for a web based application
What are the different types of operators and their order of precedence?
Which command is used for writing text on a page?
Does VB/Win make standalone .EXE files?
Is VB Script Case sensitive or Case insensitive?
Write a code to print numbers from 5 to 0?
write a program to display configuration of a local system with the help of vb script.
Mention how to access array data?
How to take whole text output from screen of Bitmap Application.
Mention what is select case statement?
What is the difference between do until loop and do while loop?
who will create the object?