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


accept a string & display whether a is present or not



accept a string & display whether a is present or not..

Answer / mudaseer

vstr=lcase(inputbox("string plz"))
if instr(vstr,"a")>0 then
msgbox "present"
else
msgbox "absent"
end if

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.

0 Answers   Synechron,


Mention what if you do not specify anything when you call a procedure?

0 Answers  


What is difference between Active screen and movie screen recorder in QTP 9.2?

1 Answers  


in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script

2 Answers  


How to Import data from a file (file is on the desktop) to the data table

1 Answers   IBM,


What is the difference between a dictionary and an array?

0 Answers  


How to find a latest file from any folder

3 Answers   Ness Technologies,


Explain about tristate constants?

0 Answers  


What is Procedure or Subroutine in VB Script?

0 Answers  


What are the uses of vb script?

0 Answers  


what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next

5 Answers   Hexaware,


write a vb script to generate fibonnaci numbers

1 Answers  


Categories