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

Explain the .wsf files?

533


Explain the functionality of vbscript?

538


while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans

1568


Write a code to print numbers from 5 to 0?

673


how to check whether link is disabled in QTP??

5631






Explain about scrrun.dll?

536


How will you reverse a string in vbscript?

620


Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP

1875


What are the uses of vb script?

587


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

2186


What is the difference between for loop and while loop?

552


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1623


Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?

483


What are events in the vbscript language?

552


Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..

2022