[Stackoverflow] [Progress OpenEdge ABL] Progress 4GL: Regarding OUTPUT TO statement

Status
Not open for further replies.
T

Thiru

Guest
What happens when I don't give directory path? Where the file is exported?

Code:
DEFINE VARIABLE cPath AS CHARACTER NO-UNDO.
cPath = STRING(MTIME) + "_user.out".

OUTPUT TO VALUE (cPath).
MESSAGE "In side a file".
OUTPUT CLOSE.

Continue reading...
 
Status
Not open for further replies.
Top