M
Mark
Can someone please explain the difference when calling a function between
using the call function and just stating the function/sub name? e.g. Call
fOSUserName and fOSUserName. Both seem to perform the same action. Also
when I see UsersLoginName = fOSUserName, is this method only used when
calling a function and returning a value? Last question, I've seen
functions which return a true or false as to whether the function completed
and the variable that the function is returned to is declared as a integer
and not a boolean, is this correct and why would this be?
Thanks in advance
Mark
using the call function and just stating the function/sub name? e.g. Call
fOSUserName and fOSUserName. Both seem to perform the same action. Also
when I see UsersLoginName = fOSUserName, is this method only used when
calling a function and returning a value? Last question, I've seen
functions which return a true or false as to whether the function completed
and the variable that the function is returned to is declared as a integer
and not a boolean, is this correct and why would this be?
Thanks in advance
Mark