Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Which loop is used in case of arrays in the vbscript language?

947


What methods are used to create text files and open text files in the vbscript language?

968


Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

1026


Mention characteristics of sub procedures?

1038


Mention what is byref and byval parameters in vbscript?

1002


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.?

2475


How are values assigned to string type and numeric type variables?

984


Mention what is select case statement?

943


What are the differences between sub procedures and function procedures?

973


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?

2173


How to take whole text output from screen of Bitmap Application.

2353


what is used of Property........End Property loop ? how to write the script for it?

2238


Explain the adodb.stream class?

992


Which data type/types are supported by vbscript language and what are their specialties?

1023


When are redim statement and preserve keyword used in the vbscript language?

1020