Join the multiple array with out using JOIN function
Answer / pravati
x="litu,baby,sanu"
z=split(x,",")
For i = 0 To ubound(z)
'msgbox z(i)
y=y & z(i)
Next
msgbox y
| Is This Answer Correct ? | 1 Yes | 0 No |
Mention what if you do not specify anything when you call a procedure?
The function template cocept is implemented in vb.net is ???
What are the rules to name variable in vbscript?
Explain vbscript in detail?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
how to genarate a random numbers in vb?
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
What is the difference between Javascript & Vbscript?