K
Kevin
Are you returning anything from the function? If not,
declare the function as type boolean. In the function, if
the conditions you need to be met are met, set the return
value on the function to True (i.e. Function Name=false,
Function Name = True), otherwise set it to false. In the
calling sub routine, test the return and exit or continue
as appropriate.
Hope this helps!
Kevin
declare the function as type boolean. In the function, if
the conditions you need to be met are met, set the return
value on the function to True (i.e. Function Name=false,
Function Name = True), otherwise set it to false. In the
calling sub routine, test the return and exit or continue
as appropriate.
Hope this helps!
Kevin