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
what do you mean .ota mobile format
How will you reverse a string in vbscript?
What are keywords in the vbscript language?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Which operator can be used to do an xor operation in vbscript?
Explain the scope of the variables using dim, public, and private keywords respectively.
Mention the environments where vbscript could be run?
How are comments handled in the vbscript language?
What is the use of the recordset object and which statement is used to create such an object?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
What is the difference between vb debugger and the script debugger?
how to write validation function for date in vb script
Mention what is vbscript procedures?
Which operator is used to perform the comparison among 2 operands in the vbscript language?