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

pls tell me which is good book or site for vbscript?

1 Answers   Mind Tree,


What are keywords in the vbscript language?

0 Answers  


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

0 Answers  


Explain different types of segment?

0 Answers  


How do you declare a variable in vbscript?

0 Answers  


input values to accept 2 numbers & print the product, difference and sum using switch case

1 Answers   CSC,


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

0 Answers  


How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

0 Answers  


How to open browser in vb script?

0 Answers  


how to find greatest of n numbers!

3 Answers   Syscon,


Explain about tristate constants?

0 Answers  


Mention characteristics of sub procedures?

0 Answers  


Categories