G
Gary Schuldt
I read that you can call a VB procedure from a macro using the RunCode
action, but you can only call a function procedure.
Why is that? Especially since the macro ignores the return value of the
function!
It seems to naive me that, in most programming languages, functions and subs
have always been the same except for the return value provided by the
function. That gives you the economy of using a computed value directly in
an expression.
So, why can't / won't RunCode call a sub procedure?
Curious in Newbie-Land
action, but you can only call a function procedure.
Why is that? Especially since the macro ignores the return value of the
function!
It seems to naive me that, in most programming languages, functions and subs
have always been the same except for the return value provided by the
function. That gives you the economy of using a computed value directly in
an expression.
So, why can't / won't RunCode call a sub procedure?
Curious in Newbie-Land