Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how many types of recording are there?

1 Answers  


How to insert snapshot during manual scripting in QTP?

1 Answers  


Explain the functionality of vbscript?

0 Answers  


hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

0 Answers  


How do you write an SQL insert statement?

4 Answers   HCL,


Write a program to resize an array of 5 elements to 4 elements and display all the elements.

1 Answers  


Why to use option explicit in vb script?

0 Answers  


write a vb script to display 3*3 matrix

1 Answers  


Compare java script and vb script?

0 Answers  


write a vb script to display the size of the folder,date created and name of the folder

1 Answers  


write a vb script to generate hello 5 times using do until loop

4 Answers  


Which operator can be used to check if two numbers are equal or not in vbscript?

0 Answers  


Categories