I need to call a sub field_AfterUpdate()
from another sub/function.
And I want to get back a value (true/false) from the
after_update sub, according to results of If's conditions.
I understand how to do it if the sub where a function,
but if it's a sub like this,
what do i do?
P.s - I also need to send the current content of the current
url field.
The question: can I leave things as they are and just
make all sub public and make global variables?
from another sub/function.
And I want to get back a value (true/false) from the
after_update sub, according to results of If's conditions.
I understand how to do it if the sub where a function,
but if it's a sub like this,
what do i do?
P.s - I also need to send the current content of the current
url field.
The question: can I leave things as they are and just
make all sub public and make global variables?