Join the multiple array with out using JOIN function

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

1344


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

2165


what is the use of QCUtil? explain with one example?

6328


What are the properties of regexp object?

583


Which operator is used to perform the comparison among 2 operands in the vbscript language?

532






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)

3194


Explain the scope of the variables using dim, public, and private keywords respectively.

726


How to capture a runtime error in vbscript?

632


wht must be the interview question on corinthian information technology solutions incorporated.

2188


Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...

1657


Mention the environments where vbscript could be run?

668


Explain about operator precedence in vb script?

579


Why to use option explicit in vb script?

602


write any ttest cases using check points and parameterization

1823


What are the environments supported by vbscript language?

508