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 |
Explain sga memory structures?
what does create object actually do when you call it in vbscript?
Explain about operator precedence in vb script?
How should i Create Email invite with server-side Coding?
What is the difference between for loop and while loop?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
write a program to display the system specifications of client system with the help of vb script.
How can you destroy an object in vbscript?
Which data type/types are supported by vbscript language and what are their specialties?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How can you test font size, type and color using QTP tool?