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 |
Mention the rules for using option explicit statement?
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
Explain the asc function?
Explain the support of asp for vb script functionality?
How to Import data from a file (file is on the desktop) to the data table
write a vb script to find the size of d drive?
write a vb script to display the reverse of vbs
Explain the tristate constants in vbscript?
What is variant in vb script?
In html file what is an ideal position to include vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
What is the difference between vb debugger and the script debugger?