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 |
how to declare a variable in vbscript using vbscript
How to create a function in vbscript?
What is vbscript?
The function template cocept is implemented in vb.net is ???
Explain the adodb.stream class?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
where can i learn VB scripint ?
print the array values in ascending order?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
. Program for sorting of numbers in vb script?