Join the multiple array with out using JOIN function
Answer Posted / 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 |
Post New Answer View All Answers
How do you declare a variable in vbscript?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
How to throw an error in vbscript?
filter the array values without using filter function?
Explain the extension .hta?
where can i learn VB scripint ?
what types of bugs will we find out in banking projects for automation testing?
Which in-built function is used to format the number in the vbscript language?
What are the different types of operators and their order of precedence?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
What is the use of the recordset object and which statement is used to create such an object?
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)
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which data type/types are supported by vbscript language and what are their specialties?