Project

General

Profile

Bug #3318

Incorrect handling of MINUS operator is some cases

Added by Jaroslaw Haziak almost 7 years ago. Updated almost 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/11/2017
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#1 Updated by Jaroslaw Haziak almost 7 years ago

The following code:

DEF VAR vQuantity AS DEC NO-UNDO.
DEF VAR vMult AS DEC NO-UNDO.
DEF VAR hBuf AS HANDLE NO-UNDO.

vQuantity = vQuantity - vMult * hBuf:BUFFER-FIELD('Quantity'):BUFFER-VALUE.

causes the following error during the Core Code Conversion step:

MINUS cannot have op2 (null)

Also available in: Atom PDF