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 |
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.
Mention what if you do not specify anything when you call a procedure?
What is difference between Active screen and movie screen recorder in QTP 9.2?
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
How to Import data from a file (file is on the desktop) to the data table
What is the difference between a dictionary and an array?
How to find a latest file from any folder
Explain about tristate constants?
What is Procedure or Subroutine in VB Script?
What are the uses of vb script?
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
write a vb script to generate fibonnaci numbers