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 |
Explain How do you create a recordset object in vbscript?
Find Out Length of an array without using Ubound?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
write a program to display configuration of a local system with the help of vb script.
what is test scenario?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How will you check that a variable is an array in vbscript?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
Explain the tristate constants in vbscript?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
How will you reverse a string in vbscript?