join all the array values without using join function?
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 |
compare the string without using stringcomp function?
How to open browser in vb script?
What is a difference between scripting language and programming language?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
how to retrive the tooltip by using descriptive programming in qtp?
how many types of recording are there?
What is the output of a + b in vbscript if a = 5 and b = 10?
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
hi, How will write a regular expression of date in VB scripting.
Both Static and dynamic arrays are handled by VB script. Is it true?
How to Enter Values on the Command promt using VB script
How can you destroy an object in vbscript?