PowerBuilder · Runtime error
What does R0001: Divide by zero mean in PowerBuilder?
The application attempted to divide a value by zero at runtime.
The application attempted to divide a value by zero at runtime.
Add an explicit check for a zero divisor before the division, or wrap the operation in a TRY-CATCH block for DivideByZeroError so the application can recover instead of crashing.