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 soon as I use the EXPORT function to a file, I get a pesky 0. Any help would be appreciated. Thanks
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 soon as I use the EXPORT function to a file, I get a pesky 0. Any help would be appreciated. Thanks