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 |
Is VBscript case-sensitive?
What is the purpose of on error resume next statement?
Which object provide information about a single runtime error in a vbscript?
How to make sure that items in a wintree are sorted al?
Which in-built function related to an array joins substrings into one string in the vbscript language?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What is Querystring collection?
input values to accept 2 numbers & print the product, difference and sum using switch case
What is the difference between VBScript and JavaScript?
how to write validation function for date in vb script
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
how to retrieve native property value in runtime?