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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about adodb.stream class?

1197


What is event handling in vbscript?

1145


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1427


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

1081


What is the difference between vb debugger and the script debugger?

1202


How regexp.execute method works?

1112


What is the use of the date function in the vbscript language?

1090


Explain the tristate constants in vbscript?

1076


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

1006


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

1095


Both Static and dynamic arrays are handled by VB script. Is it true?

1127


i need to sort the data using qtp script for this how i need to write a qtp script

3727


How will you get the largest subscript of an array in vbscript?

1216


What is the event handling in vbscript?

1029


For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com

2235