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 pass the parameter from one function to another function in VB Scripting?

1 Answers   Fastenal,


What are the 2 ways in which a variable can be declared in the vbscript language?

0 Answers  


How to get the length of the string by making use of the string function?

0 Answers  


I have a webtable and many objects are embedded in side.(like buttons,checkboxes etc). How to know how many such objects are there? what is the class of that objects?

1 Answers   HP, TCS,


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

0 Answers   Quest,






Which is the default Data types in VBScript?

7 Answers   AppLabs,


find the length of the string without using length function?

4 Answers   CSS Corp,


How to write VB Script for selecting a particular row in a WebTable?

1 Answers   Patni,


Explain the arrays in vb script?

0 Answers  


What is purpose of scripting.filesystemobject class in vbscript?

0 Answers  


how to genarate a random numbers in vb?

2 Answers  


How can you test font size, type and color using QTP tool?

3 Answers  


Categories