EGL0049E An overflow error occurred when assigning a value of value to target.

Explanation

The target of an assignment is not large enough to hold the results without truncating significant digits.

User Response

Do the following:
  • Increase the number of significant digits in the target
  • Define the program logic to handle the overflow condition by using the VGVarhandlOverflow and overflowIndicator system variables.

Feedback