sunday is sunday
monday
tuesday
wendesday
sunday
thursday
friday
saturday
sunday
sunday
how to count no of sunday in the text file from vb? Answer
me asap
Answer Posted / siva
text="sunday is sunday monday tuesday wendesday sunday
thursday friday saturday sunday sunday how to count no of
sunday"
coun=ubound(split(text,"sunday"))
msgbox coun
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
What is the scope of a constant declared using public?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How strcomp function works?
What are keywords in the vbscript language?
What is the output of a + b in vbscript if a = 5 and b = 10?
Which data type/types are supported by vbscript language and what are their specialties?
What is select case statement?
can anyone tell me the procedure of interview held in applabs
What is purpose of scripting.filesystemobject class in vbscript?
Compare java script and vb script?
What is Procedure or Subroutine in VB Script?
Which operator can be used to change the value of the operand or change the state of the condition?
When does ‘on click of button’ event gets triggered in the vbscript language?
How to replace junk code recorded by QTP with a mall function.