who you define variables and functions in VB?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How strcomp function works?

872


1. How do declare public variable in vb scripts?

1807


How are values assigned to the variables in the vbscript language?

799


What are the 2 ways in which a variable can be declared in the vbscript language?

824


Mention what are the rules to name variable in vbscript?

789


What is the difference between javascript and vbscript?

807


What is sql loader? Explain the files used by sql loader to load file?

887


What is the purpose of the err object in the vbscript language?

879


How are values assigned to string type and numeric type variables?

775


Compare java script and vb script?

861


When does ‘on click of button’ event gets triggered in the vbscript language?

785


Mention what is byref and byval parameters in vbscript?

797


How can you create a file object to work with the files in the vbscript language?

732


Which operator can be used to change the value of the operand or change the state of the condition?

828


What are events in the vbscript language?

809