how to find number of characters(letter a) in
the sentence
Rain Rain Go away
Answer Posted / lak
str ="Rain Rain Go away"
d=split(str,"a")
msgbox ubound(d)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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 inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
What is the difference between VBScript and JavaScript?
Why is it recommended to close the database connection every time after the work is completed?
What are events in the vbscript language?
Explain the filter expression?
Which object provide information about a single runtime error in a vbscript?
Is vbscript a case-sensitive or case-insensitive?
Explain about scrrun.dll?
Mention how you can call vbscript functions?
What is the difference between vb debugger and the script debugger?
How are values assigned to string type and numeric type variables?
If else for do while select in vb script?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How should i Create Email invite with server-side Coding?