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
How to Convert Hex color code to color name in VB Script?
i need to sort the data using qtp script for this how i need to write a qtp script
write any ttest cases using check points and parameterization
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What is dictionary object in vbscript? Explain?
How will you get a string with the specified character the specified number of times in vbscript?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How to Import data from a file (file is on the desktop) to the data table
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
What are the 2 ways to pass a value to the function?
What are the environments supported by vbscript language?
How should i Create Email invite with server-side Coding?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How to replace junk code recorded by QTP with a mall function.
how does vb script help in web page designing? explain with example.