write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / sadashivbyagi
guys dont complex the simple qn's
just try for this k
msgbox "a"&" "&"ap"&" "&"app"&" "&"appl"&" "&"apple"
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
please can you help me to get a code of flames using a visual basic 6
Why is the use of exit do or exit for statements within loops discouraged?
Mention what is select case statement?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Difference between dim,public and private variables in vb script?
What is the output of a + b in vbscript if a = 5 and b = 10?
What are the naming conventions while declaring a variable in the vbscript language?
Explain the tristate constants in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
Explain about scrrun.dll?
how to acces the remote mechine using vb cript(QTP)
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to create a function in vbscript?
What is the main difference between function and sub-procedure?