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
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Which function is used to perform string comparison?
Is VB Script Case sensitive or Case insensitive?
what is the features of visual basic?
What are the 2 ways to pass a value to the function?
what types of bugs will we find out in banking projects for automation testing?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How can you fetch the value of a cookie?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
why variable name should not exceed 255 characters?
What is vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
What is the difference between javascript and vbscript?
What is the use of the formatdatetime function in the vbscript language?