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
Set fso=createobject("scripting.filesystemobject")
Set forread=fso.OpenTextFile("path\test.txt",1)
text=forread.ReadAll
coun=ubound(split(text,"sunday"))
msgbox coun
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are class variables?
Mention the rules for using option explicit statement?
How should i Create Email invite with server-side Coding?
What are string functions in vbscript?
How many types of procedures are available in the vbscript language?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
how to automatically update the sql server2005 database records when insert in vb6?
How will you get a subset of a array in vbscript?
How to open browser in vb script?
Explain about the extension .hta?
How to open a file. What is the perpose of true and false mode there?
how to write validation function for date in vb script
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What are the properties of regexp object?
Explain the operator precedence in vb script?