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 |
what do you mean .ota mobile format
regular expression that will recognize a browser as long as its name property starts with mybrowser
What is the difference between function and procedure?
What's the difference between vbscript and vb.net?
What is select case statement?
How to assign a date value to a variable?
Which is the default Data types in VBScript?
explain with example primitive data types of vb script.
write a vb script to find the size of d drive?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
Explain about vb script?
write a vb script to create a folder?