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 |
What is the use of option explicit in vbscript?
How do you get the value of a combo box in Javascript?
How to write VB Script for selecting a particular row in a WebTable?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
How can you fetch the value of a cookie?
write a vb script to generate 3*3 matrix
Explain about tristate constants in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it
Explain the constants in vbscript?
What are class variables?