Bug #3318
Incorrect handling of MINUS operator is some cases
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
08/11/2017
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Jaroslaw Haziak almost 9 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)