how to store charecters of HARIBABU Using arrays
Answer Posted / monika
dim a()
str="haribabu"
j=0
for i=1 to len(str)
s=mid(str,i,1)
redim preserve a(j)
a(j)=s
msgbox a(j)
j=j+1
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about tristate constants?
Explain about the support of asp for vb script functionality?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
i need to sort the data using qtp script for this how i need to write a qtp script
Explain the arrays in vb script?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How to make sure that items in a wintree are sorted al?
How to get the length of the string by making use of the string function?
What are the advantages of vbscript?
When are redim statement and preserve keyword used in the vbscript language?
Does VB/Win make standalone .EXE files?
What is the use of the formatdatetime function in the vbscript language?
Which operator is used to concatenate the 2 values in the vbscript language?
How can the spaces from the string be removed?