write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / mudaseer
msgbox "a"
msgbox "ap"
msgbox "app"
msgbox "appl"
msgbox "apple"
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Which loop is used in case of arrays in the vbscript language?
What methods are used to create text files and open text files in the vbscript language?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Mention characteristics of sub procedures?
Mention what is byref and byval parameters in vbscript?
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.?
How are values assigned to string type and numeric type variables?
Mention what is select case statement?
What are the differences between sub procedures and function procedures?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
How to take whole text output from screen of Bitmap Application.
what is used of Property........End Property loop ? how to write the script for it?
Explain the adodb.stream class?
Which data type/types are supported by vbscript language and what are their specialties?
When are redim statement and preserve keyword used in the vbscript language?