how to store charecters of HARIBABU Using arrays
Answer Posted / usha
str="HARIBABU"
for i =1 to len(str)
a = mid(str,i,1)
temp = temp & a & " "
next
msgbox temp
a = split(temp," ")
for i = 0 to ubound(a)-1
msgbox a(i)
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you get a string with the specified character the specified number of times in vbscript?
What are the different types of loops available in the vbscript language?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Explain about arrays in vb script?
Mention the rules for using option explicit statement?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
how does vb script help in web page designing? explain with example.
about vb scripting programs this type of all question& answers
How can you destroy an object in vbscript?
Explain the tristate constants in vbscript?
How to make sure that items in a wintree are sorted al?
how to acces the remote mechine using vb cript(QTP)
regular expression that will recognize a browser as long as its name property starts with mybrowser
Why is it recommended to close the database connection every time after the work is completed?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?