how to store charecters of HARIBABU Using arrays
Answer Posted / b.hari babu
dim a()
cnt=0
str="haribabu"
for i=1 to len(str)
s=mid(str,i,1)
redim preserve a(cnt)
a(cnt)=s
cnt=cnt+1
for j=0 to ubound(a)-1
msgbox a(j)
next
next
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how does vb script help in web page designing? explain with example.
How can you destroy an object in vbscript?
How are values assigned to string type and numeric type variables?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Mention what is variant in vbscript?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
Explain sga memory structures?
What if you do not specify anything when you call a procedure?
How will you get the exponent of the given number in vbscript?
Mention what is the technology used by vb script?
What is the extension of the vbscript file?
How to capture a runtime error in vbscript?
What is the difference between function and procedure?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Mention how to create a cookie using vbscript?