who you define variables and functions in VB?
Answer / saimahesh babu
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between a dictionary and an array?
Explain few date functions in vbscript?
How to remove the spaces in a string Ex: "this is apple"
How to Enter Values on the Command promt using VB script
When to use function procedures and what are its characteristics?
Why is it recommended to close the database connection every time after the work is completed?
How to Import data from a file (file is on the desktop) to the data table
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
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..
who will create the object?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?