join all the array values without using join function?
Answer Posted / cnu_thatavarthi
Ans:
Option Explicit
Dim strValue, arrValue,iCount
arrValue = Array("Srinivasulu","Thatavarthi")
For iCount = 0 To UBound(arrValue)
strValue =strValue&" "& arrValue(iCount)
Next
MsgBox strValue
'Actual Output:
---------------------------
---------------------------
Srinivasulu Thatavarthi
---------------------------
OK
---------------------------
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
Mention what are the rules to name variable in vbscript?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
how to increasing the numbers in a given text box please write a vb script
Mention what is byref and byval parameters in vbscript?
Explain the arrays in vb script?
How can you destroy an object in vbscript?
What is the difference between vb debugger and the script debugger?
Is vbscript a case-sensitive or case-insensitive?
why variable name should not exceed 255 characters?
what types of bugs will we find out in banking projects for automation testing?
What is the use of the instr function?
Explain about the support of asp for vb script functionality?
Illustrate briefly about the different types of statement
Explain about operator precedence in vb script?