how to find number of characters(letter a) in
the sentence
Rain Rain Go away
Answer Posted / aditya
Dim sentence, testchar, arr
sentence = Inputbox(" Enter a sentence" )
testchar = Inputbox(" The charecter to be checked")
arr = split(sentence, testchar)
msgbox "Total number of charecter " & testchar & " in sentence " & sentence & " is " & ubound(arr)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which command is used for writing text on a page?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Mention what is variant in vbscript?
Explain the adodb.stream class?
What are the uses of vb script?
what is the features of visual basic?
can anyone tell me the procedure of interview held in applabs
Which in-built function is used to format the number in the vbscript language?
What is the extension of the vbscript file?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What is the main difference between function and sub-procedure?
How will you get the exponent of the given number in vbscript?
What are the data types supported by vbscript?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What is event handling in vbscript?