Hello,
Relatively new to Progress development. Here is a simple example of what I am dealing with.
DEFINE VAR var1 AS Integer FORMAT "ZZZ" INIT 0 NO-UNDO.
OUTPUT TO var1.txt.
EXPORT var1
The user wants the integer to diplay as a blank. When I use DISPLAY, it works fine, but as...