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
How will you get a combined string from array of string in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
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.
Explain about constants in vb script?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How will you get the smallest subscript of an array in vbscript?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
why do u choose to go for testing why cant for devoloping
Explain about scrrun.dll?
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
where can i learn VB scripint ?
Explain the tristate constants in vbscript?
i need to sort the data using qtp script for this how i need to write a qtp script
How will you release the memory acquired by an array variable in vbscript?