How to find arry size in qtp vb script

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

about vb scripting programs this type of all question& answers

1688


Explain few date functions in vbscript?

608


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3179


What are the data types supported by vbscript?

571


What are the rules to name variable in vbscript?

579






Which command is used for writing text on a page?

569


Which data type/types are supported by vbscript language and what are their specialties?

583


how to check whether link is disabled in QTP??

5625


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

2565


What are the different types of operators and their order of precedence?

561


Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

515


What is select case statement?

589


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2054


How to open excel in vb script?

562


Explain a few date functions in vbscript

549