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
How to open browser in vb script?
What are events in the vbscript language?
How can you create a file object to work with the files in the vbscript language?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How to declare an array in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
How are arrays declared in the vbscript language?
How to create a cookie using vbscript?
What's the difference between vbscript and vb.net?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Differentiate javascript and vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Mention the rules for using option explicit statement?