How to find arry size in qtp vb script
Answer Posted / eswar
Use ubound method to get the array size.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How can the spaces from the string be removed?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
What are the data types supported by vbscript?
Explain the functionality of vbscript?
How will you get the last occurrence of one string within another string using vbscript?
Mention what is byref and byval parameters in vbscript?
What are the special sub-types in vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
How to add actions in driver script to run those actions in QTP?
How will you get the smallest subscript of an array in vbscript?
what is the use of QCUtil? explain with one example?
How to access array data?
Mention what if you do not specify anything when you call a procedure?
Which data type/types are supported by vbscript language and what are their specialties?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me