join all the array values without using join function?



join all the array values without using join function?..

Answer / 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

More VB Script Interview Questions

What are the uses of vb script?

0 Answers  


who will create the object?

0 Answers   Estuate,


What are the 2 ways to pass a value to the function?

0 Answers  


what is the features of visual basic?

0 Answers  


What is parametrization ?

9 Answers  






how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

0 Answers  


What is Procedure or Subroutine in VB Script?

0 Answers  


How to check the particular window is exist or not with out using check points

2 Answers  


about vb scripting programs this type of all question& answers

0 Answers  


How to generate 3 digit random number?

3 Answers   IBM, Virtusa,


How to throw an error in vbscript?

0 Answers  


1)How to test whether items in a weblist are in alphabetical order or not?

1 Answers   TCS,


Categories