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 |
pls tell me which is good book or site for vbscript?
What are keywords in the vbscript language?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Explain different types of segment?
How do you declare a variable in vbscript?
input values to accept 2 numbers & print the product, difference and sum using switch case
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How to open browser in vb script?
how to find greatest of n numbers!
Explain about tristate constants?
Mention characteristics of sub procedures?