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 |
how to write validation function for date in vb script
How can the spaces from the string be removed?
Explain about operator precedence in vb script?
Explain about .wsf files?
what is visual basic?
What's the difference between vbscript and vb.net?
How to pass argument by reference to a function in vbscript?
which one is more secure vb script or java script ??????? or both are same ??????
Find Out Length of an array without using Ubound?
Which in-built function related to an array joins substrings into one string in the vbscript language?
write a vb script to display first 5 odd numbers from 1 to 100
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?