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


Please Help Members By Posting Answers For Below Questions

Mention what is byref and byval parameters in vbscript?

579


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

807


Mention the environments where vbscript could be run?

666


What are the rules to name variable in vbscript?

587


Which function allows you to instantiate an object given its programmatic identifier or progid?

562






What is the purpose of on error resume next statement?

581


What are the different types of operators and their order of precedence?

574


What are the 2 ways in which a variable can be declared in the vbscript language?

568


1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?

3557


Explain sga memory structures?

583


What is loose binding? Why is it not a good practice to use it?

635


What is the event handling in vbscript?

565


How to delete a cookie using vbscript?

555


Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

1826


Explain about .wsf files?

624