PowerBuilder · Runtime error
What does R0025: Double or real expression overflow mean in PowerBuilder?
A floating-point calculation produced a result too large for the double or real type involved.
A floating-point calculation produced a result too large for the double or real type involved.
Check for a value growing across loop iterations without bound, and confirm intermediate results in a multi-step expression aren't overflowing before the final assignment even happens.