VB scrip has a special command named LBound, which returns
the starting index of an arry. What are the possible indexes
an array can start with?
options are given below. and one only the correct answer. pl
select it
1. any index
2. only even non-negative
3. only 0
4. any non-negative integer
Answer / harsha
array can start with 0 only as we start it.
example:
a="a,b,c,d"
splita=split(a,",")
for i =0 to Ubound(splita)-1
Msgbox splita(i)
Next
Here if you start i with any other number than 0 then we
cannot the see the starting element. you can try and see.
We cant use -ve numbers in array index.
| Is This Answer Correct ? | 3 Yes | 0 No |
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me
what is the abbrivation of .mtr in action reposirtory?
Please explain how to open with notepad of saved html file by right click option using QTP
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
what is action in QTP?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How can i initiate the objects to find uniquely in OR
How to execute a winrunner script in quicktest professional (qtp)?
How can I pass values from one action to another in QTP ?
Does quicktest professional is unicode compatible?
How to use the Object spy in QTP 8.0 version?
What is the difference between the design-time and run-time data tables?