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
Illustrate briefly about the different types of statement
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
What is the use of the recordset object and which statement is used to create such an object?
Mention how to create a cookie using vbscript?
wht must be the interview question on corinthian information technology solutions incorporated.
How to assign a date value to a variable?
Explain about adodb.stream class?
How do you declare a variable in vbscript?
How to pass argument by reference to a function in vbscript?
How to write VB script for login module?
What is difference between vbscript and vba?
Explain about scrrun.dll?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How to add actions in driver script to run those actions in QTP?