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 |
why do u choose to go for testing why cant for devoloping
Mention characteristics of sub procedures?
What is the difference between VBScript and JavaScript?
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?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
what is the differenece btwn scripting language and programming language
what do you mean .ota mobile format
What is the equivalent of VBScript?s On Error In Jscript ?
How will you release the memory acquired by an array variable in vbscript?
In what way program "hello world" you can write in vbscript?
Mention when to use function procedures and what are its characteristics?