Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

14211


How will you check that a variable is an array in vbscript?

1008


Explain the arrays in vb script?

1067


how to write validation function for date in vb script

2632


Mention what is select case statement?

956


Can anyone send me a vb script function for verifying the functionality of active links on a web page

2027


Is VB Script Case sensitive or Case insensitive?

1111


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

1011


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2857


Mention what if you do not specify anything when you call a procedure?

985


What's the difference between vbscript and vb.net?

1108


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1860


How will you convert a string to upper case string using vbscript?

1010


How to add actions in driver script to run those actions in QTP?

1948


Explain the scope of the variables using dim, public, and private keywords respectively.

1158