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
Mention what is vbscript procedures?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Why is the use of exit do or exit for statements within loops discouraged?
Explain about the extension .hta?
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain about scrrun.dll in vbscript?
How to Enter Values on the Command promt using VB script
How to declare an array in vbscript?
Explain the arrays in vb script?
Mention characteristics of sub procedures?
What are the valid scopes of a variable in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
How to replace junk code recorded by QTP with a mall function.
What is the main difference between function and sub-procedure?
Why is error handling required?