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 |
how to retrive the tooltip by using descriptive programming in qtp?
Can u describe what kind of testing are for OTC derivates by banks.
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?
If else for do while select in vb script?
What is the use of option explicit in vbscript?
Explain the scope of the variables using dim, public, and private keywords respectively.
What is byref and byval parameters in vbscript?
How to take whole text output from screen of Bitmap Application.
What are the naming conventions while declaring a variable in the vbscript language?
What is the equivalent of VBScript?s On Error In Jscript ?
What is the main difference between function and sub-procedure?