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 |
Write a VB Script to count blank Lines in a notepad
How to find arry size in qtp vb script
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Explain the operator precedence in vb script?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What if you do not specify anything when you call a procedure?
How will you get the largest subscript of an array in vbscript?
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
How to get path of the file through scripting?
Explain the difference between POST and GET Method.
what is the standards used for writing the script in QTP
Explain the functionality of vbscript?