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
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
why do u choose to go for testing why cant for devoloping
In html file what is an ideal position to include vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
What if you do not specify anything when you call a procedure?
What are keywords in the vbscript language?
How will you get a string with the specified character the specified number of times in vbscript?
Description.Create
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Explain about the extension .hta?
What is select case statement?
How will you get the largest subscript of an array in vbscript?
How to assign a date value to a variable?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?