How to find arry size in qtp vb script

Answers were Sorted based on User's Feedback



How to find arry size in qtp vb script..

Answer / eswar

Use ubound method to get the array size.

Is This Answer Correct ?    10 Yes 0 No

How to find arry size in qtp vb script..

Answer / lakshmi.b

UBOUND method
this function is used to retrive the maximum index size
specified dimenctions of the arry
syn:
UBOUND(arrayvarible,1)
msgbox=UBOUND(arrayvarible,1)

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More VB Script Interview Questions

plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this

5 Answers  


Write a program to create a Dynamic array of size 5 elements and display all the elements.

1 Answers  


Is VBscript case-sensitive?

3 Answers  


How to take whole text output from screen of Bitmap Application.

0 Answers   CitiGroup,


I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.

0 Answers  


How can you fetch the value of a cookie?

0 Answers  


How will you convert a given number to long in vbscript?

0 Answers  


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

1 Answers   TCS,


write any ttest cases using check points and parameterization

0 Answers  


How to insert snapshot during manual scripting in QTP?

1 Answers  


What is dictionary object in vbscript? Explain?

0 Answers  


Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?

0 Answers  


Categories