Find Out Length of an array without using Ubound?
Answer / usha
arr=array(10,20,30,40,50)
k=0
For each t in arr
k=k+1
msgbox t
Next
msgbox k
| Is This Answer Correct ? | 1 Yes | 0 No |
write a program to display the system specifications of client system with the help of vb script.
What is the use of the instr function?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
i need to sort the data using qtp script for this how i need to write a qtp script
when you use For Loop, While..do, do..while? at what situations which loop will use.
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
How to write functions and sub in vb script?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?