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
In html file what is an ideal position to include vbscript?
What is the technology used by vb script?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How to Enter Values on the Command promt using VB script
when we use filter funtiom invb script(QTP)
What is the scope of a constant declared using public?
Explain the .wsf files?
Why is the use of exit do or exit for statements within loops discouraged?
What is the difference between a dictionary and an array?
How will you compare two strings in vbscript?
What are lbound and ubound in the vbscript language?
Which constant is used for print and display functions and works as same as pressing enter key?
How to capture a runtime error in vbscript?
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?