Relatively new to Progress programming. The code I am working with is as follows:
DEFINE VAR var1 AS Integer FORMAT "ZZZ" INIT 0 NO-UNDO.
OUTPUT TO var1.txt.
EXPORT var1
The user would like to the integer to disply as a blank. When I use the display function, it works fine, however when EXPORT to a file is used, I keep getting a pescky 0. Any help would be appreciated. Thanks.
DEFINE VAR var1 AS Integer FORMAT "ZZZ" INIT 0 NO-UNDO.
OUTPUT TO var1.txt.
EXPORT var1
The user would like to the integer to disply as a blank. When I use the display function, it works fine, however when EXPORT to a file is used, I keep getting a pescky 0. Any help would be appreciated. Thanks.