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 |
The function template cocept is implemented in vb.net is ???
write a vb script to add two 2*2 matrix
Explain the arrays in vb script?
What purpose does ‘on error resume next’ serves?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How many data types are supported in Vbscript?
How to create a function in vbscript?
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
How to Import data from a file (file is on the desktop) to the data table
What are the naming conventions while declaring a variable in the vbscript language?
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?