Join the multiple array with out using JOIN function
Answer / pravati
x="litu,baby,sanu"
z=split(x,",")
For i = 0 To ubound(z)
'msgbox z(i)
y=y & z(i)
Next
msgbox y
| Is This Answer Correct ? | 1 Yes | 0 No |
reverse the string without using reverse string?
How to open excel in vb script?
how to find greatest of n numbers!
What are the 2 ways to pass a value to the function?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
How will you release the memory acquired by an array variable in vbscript?
When to use function procedures and what are its characteristics?
how to acces the remote mechine using vb cript(QTP)
how to declare a variable in vbscript using vbscript
How to get the length of the string by making use of the string function?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
What variable can you use to share info across the whole application for one user?