PowerBuilder · Runtime error

R0025: Double or real expression overflow

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.

R0025: Double or real expression overflowPowerBuilder Classic · Appeon PowerBuilder

Condition

A floating-point calculation produced a result too large for the double or real type involved.

Fix

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.

Pending source verification. Not yet checked against official documentation.

Related runtime error