Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between javascript and vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
What are the properties of regexp object?
What is the difference between function and procedure?
who will create the object?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
who will create the object?
How to delete a cookie using vbscript?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is the output of a + b in vbscript if a = 5 and b = 10?
what is resorceallocation
Explain the filter expression?
how to write validation function for date in vb script
When does ‘on click of button’ event gets triggered in the vbscript language?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?