Project

General

Profile

Bug #119

if/else refactor adding begin/end in a string literal

Added by Wil van Antwerpen over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
09/22/2018
Due date:
% Done:

0%


Description

Another oddity, on begin/end. This was probably run more than once...

this:

if (found) dfwritepos ("Total onhand for all Non-Designer Jewelry -" * codemast.description) 0.1 (rgb_blue+font_bold) 0
else dfwritepos "Total onhand for all Non-Designer Jewelry - no (or unknown) primary stone" 0.1 (rgb_blue+font_bold) 0

became this...

if (found) dfwritepos ("Total onhand Begin
for all Non-Designer Jewelry -" * codemast.description) 0.1 (rgb_blue+font_bold) 0
End
else dfwritepos "Total onhand Begin
for all Non-Designer Jewelry - no (or unknown) primary stone" 0.1 (rgb_blue+font_bold) 0
End

from: https://support.dataaccess.com/Forums/showthread.php?63084-Release-Source-Code-Tools&p=338100#post338100

Also available in: Atom PDF