who you define variables and functions in VB?
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
Explore posts in the same categories: VBScript Interview Questions