Describe the bug
Provide 3 code snippets:
Before code snippet
DEFINE VARIABLE updateFlag AS CHARACTER NO-UNDO.
updateFlag = "".
After code snippet
DEFINE VARIABLE updateFlag AS CHARACTER NO-UNDO.
update Flag = "".
Expected code snippet
DEFINE VARIABLE updateFlag AS CHARACTER NO-UNDO.
updateFlag = "".
Describe the bug
Provide 3 code snippets:
Before code snippet
After code snippet
Expected code snippet