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 |
Does VB/Win make standalone .EXE files?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
How to open a file. What is the perpose of true and false mode there?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What are the advantages of vbscript?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
What is dictionary object in vbscript? Explain?
How do you declare a variable in vbscript?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this