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
How will you get a string with the specified character the specified number of times in vbscript?
What is the extension of the vbscript file?
Mention what is vbscript?
How are values assigned to the variables in the vbscript language?
What is the difference between vbscript and vba?
If else for do while select in vb script?
What is purpose of scripting.filesystemobject class in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How can constants be declared in the vbscript language?
Compare java script and vb script?
How to pass argument by reference to a function in vbscript?
What are class variables?
Mention the environments where vbscript could be run?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?