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
Explain the asc function?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Explain about tristate constants in vbscript?
What are the disadvantages of vbscript?
How are arrays declared in the vbscript language?
what is resorceallocation
Why to use option explicit in vb script?
who will create the object?
Explain the arrays in vb script?
Why is the use of exit do or exit for statements within loops discouraged?
please can you help me to get a code of flames using a visual basic 6
1. How do declare public variable in vb scripts?
Which operator can be used to change the value of the operand or change the state of the condition?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Mention what are the rules to name variable in vbscript?