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
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
How to Enter Values on the Command promt using VB script
Mention how to create a cookie using vbscript?
give me any information abou vb script books learn quckly
How can you destroy an object in vbscript?
How will you convert a given number to long in vbscript?
Which operator can be used to do an xor operation in vbscript?
Explain about the support of asp for vb script functionality?
What are the special sub-types in vbscript?
Mention what is byref and byval parameters in vbscript?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Which keyword is used to declare a variable in the vbscript language?
Write a code to print numbers from 5 to 0?
How are arrays declared in the vbscript language?
How to write functions and sub in vb script?