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 |
write a vbscrpit to swap values
Is vbscript language a case-sensitive language and what does it mean?
What are keywords in the vbscript language?
write any ttest cases using check points and parameterization
write a vb script to open a text file and write into it
how to write validation function for date in vb script
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you reverse a string in vbscript?
How to Import data from a file (file is on the desktop) to the data table
what is the use of QCUtil? explain with one example?
Anyone have qtp11.0 crack?
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..