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 |
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Is VBscript case-sensitive?
How to take whole text output from screen of Bitmap Application.
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How can you fetch the value of a cookie?
How will you convert a given number to long in vbscript?
1)How to test whether items in a weblist are in alphabetical order or not?
write any ttest cases using check points and parameterization
How to insert snapshot during manual scripting in QTP?
What is dictionary object in vbscript? Explain?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?