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 |
how to genarate a random numbers in vb?
How to Import data from a file (file is on the desktop) to the data table
Why do we use Option Explicit?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
What is a difference between scripting language and programming language?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
can u test the application without add-in?
How many types of operators are available in the vbscript language?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..