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
What is the difference between vbscript and vba?
How to get the length of the string by making use of the string function?
What is sql loader? Explain the files used by sql loader to load file?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
Mention characteristics of sub procedures?
What are the uses of vb script?
Compare java script and vb script?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What methods are used to create text files and open text files in the vbscript language?
What is the use of the recordset object and which statement is used to create such an object?
What are the differences between sub procedures and function procedures?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?