Join the multiple array with out using JOIN function



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

Post New Answer

More VB Script Interview Questions

how to write validation function for date in vb script

0 Answers  


How can the spaces from the string be removed?

0 Answers  


Explain about operator precedence in vb script?

0 Answers  


Explain about .wsf files?

0 Answers  


what is visual basic?

2 Answers   Seion Infotech,


What's the difference between vbscript and vb.net?

0 Answers  


How to pass argument by reference to a function in vbscript?

0 Answers  


which one is more secure vb script or java script ??????? or both are same ??????

3 Answers  


Find Out Length of an array without using Ubound?

1 Answers  


Which in-built function related to an array joins substrings into one string in the vbscript language?

0 Answers  


write a vb script to display first 5 odd numbers from 1 to 100

4 Answers  


How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?

1 Answers  


Categories