04-16-2008, 11:15 PM
Hi Niranjan
I've made couple of function when i call them using like
'let take an example adding two no
it throws error says syntax error same with your function too when you run your above script.
can you plz help where i'm doing wronge.
thanks.
I've made couple of function when i call them using like
'let take an example adding two no
Code:
function getsum(a,b)
sum = a+b
end function
var = call getsum(2,3) ' throw a error here.
msgbox var
can you plz help where i'm doing wronge.
thanks.