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
In html file what is an ideal position to include vbscript?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
Which constant is used for print and display functions and works as same as pressing enter key?
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?
regular expression that will recognize a browser as long as its name property starts with mybrowser
What is the use of the date function in the vbscript language?
Mention when to use function procedures and what are its characteristics?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Mention how you can call vbscript functions?
What is the use of option explicit in vbscript?
write any ttest cases using check points and parameterization
Explain the adodb.stream class?
How to declare an array in vbscript?
Explain the filter expression?
Which operator can be used to check if two numbers are equal or not in vbscript?