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 |
Diff between web table ,datatable and data base (QTP)
Explain about the asc function?
How to write functional test cases for send button in gmail.
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
What are the properties of regexp object?
hi, How will write a regular expression of date in VB scripting.
how to operate webobjects in a webpage using getobject function and then using generic methods?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
write a qtp script to count the number of minimized windows
What is Querystring collection?
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
How can you create a file object to work with the files in the vbscript language?