what is the full form of dim?
Answers were Sorted based on User's Feedback
Answer / saroj kumar senapati
dim - dimention
It is useful to declare a variable in scripting language.
Is This Answer Correct ? | 29 Yes | 15 No |
Answer / linju
dim is used for declaring variables inside a block or
procedure.we cannot use any of the accessibility keywords
for such variables.here we use dim or static.but the full
form of dim is still unkown.
Is This Answer Correct ? | 3 Yes | 12 No |
what is the full form of dim?
Keep all the contract numbers in a array and make a loop . Example:12134,5678,91011,1214125 are contract numbers.
how to use the GetTickCount() properly and what is that procedure for?
write the vbscript code to print the following pattern :- 1 + (1 + 2) +(1+2+3).....
Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen
How to Check if a string is alphanumeric or not using VB Script
In QTP one function can return more than one value?
what does mbln in mblnrects mean? my boolean?
display 1 to 9 in a 3*3 matrix in vbscript
How to change winform look?
How to write QTP script to exit from loop? suppose I am using parametize functionality and in data table there is 3 password corresponding 3 username and second pasword is wrong. Now I want to exit after completion of second iteration and continue with third iteration.
how to use textfile for taking value for parametrization instead of datatable or global sheet