How to find arry size in qtp vb script
Answers were Sorted based on User's Feedback
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 |
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
what is the standards used for writing the script in QTP
Difference between dim,public and private variables in vb script?
how to genarate a random numbers in vb?
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How will you get a string with the specified character the specified number of times in vbscript?
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
Mention the rules for using option explicit statement?
what is the function to get the ascii value of the character?
Does VB/Win make standalone .EXE files?
Explain vbscript in detail?
how to find greatest of n numbers!