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

What is dictionary object in vbscript? Explain?

0 Answers  


why variable name should not exceed 255 characters?

0 Answers  


How to write functions and sub in vb script?

0 Answers  


write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links

1 Answers  


How you can call vbscript functions?

0 Answers  






what do you mean .ota mobile format

0 Answers  


Both Static and dynamic arrays are handled by VB script. Is it true?

0 Answers  


What is difference between Active screen and movie screen recorder in QTP 9.2?

1 Answers  


write a vbscrpit to swap values

2 Answers   Adani,


can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)

3 Answers   Bally Technologies,


Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?

2 Answers  


give me an ex. of unoverloaded method?

2 Answers   Misys,


Categories