Subject Re: [ib-support] nested procedures
Author Svein Erling Tysvær
>I'm sure it isn't an infinite loop, because a tried to debug it and
>executing it procedure by procedure it works after some step.Could anybody
help
>me what would cause the error?

My guess is that one of your procedures return 0 or NULL and that the
calling procedure then tries to divide by this value. Take a careful look
at any division you do in your procedures.

Set