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

In html file what is an ideal position to include vbscript?

1 Answers  


wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me

2 Answers  


Which command is used for writing text on a page?

1 Answers  


how to check whether link is disabled in QTP??

1 Answers  


How to find a latest file from any folder

3 Answers   Ness Technologies,


Explain the tristate constants in vbscript?

1 Answers  


we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )

6 Answers   Accenture,


what is the differance between BYVAL,BYREF?

1 Answers  


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

1 Answers  


How to Enter Values on the Command promt using VB script

1 Answers  


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

3 Answers  


Illustrate briefly about the different types of statement

1 Answers  


Categories