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 |
What is byref and byval parameters in vbscript?
write a vb script to display 3*3 matrix
did any one attended interview in applabs if you had gone through plz tell me the procedure
Can anyone help me in write coding to get this pattern * ** *** ****
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
I have string like hp company.print tis like company hp.write a program in vbscripting
Differentiate javascript and vbscript?
When to use function procedures and what are its characteristics?
How to create a function in vbscript?
what is the use of QCUtil? explain with one example?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it