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 regexp.execute method works?
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
How to generate 3 digit random number?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
accept a string & display whether a is present or not
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)
. Program for sorting of numbers in vb script?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Why do we use Option Explicit?
write a vb script to find simple interest using functions
How are arrays declared in the vbscript language?
How to delete a cookie using vbscript?