who you define variables and functions in VB?



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

Post New Answer

More VB Script Interview Questions

why do u choose to go for testing why cant for devoloping

0 Answers  


Mention characteristics of sub procedures?

0 Answers  


What is the difference between VBScript and JavaScript?

0 Answers  


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?

2 Answers  


Can automation testing find ssame no. of bugs what we can find by manual testing?

0 Answers  


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

0 Answers  


what is the differenece btwn scripting language and programming language

4 Answers  


what do you mean .ota mobile format

0 Answers  


What is the equivalent of VBScript?s On Error In Jscript ?

1 Answers   Microsoft,


How will you release the memory acquired by an array variable in vbscript?

0 Answers  


In what way program "hello world" you can write in vbscript?

0 Answers  


Mention when to use function procedures and what are its characteristics?

0 Answers  


Categories