[Stackoverflow] [Progress OpenEdge ABL] UPDATE variable and OUTPUT TO filepath

Status
Not open for further replies.
S

sander

Guest
I'm trying to ask a user to insert a filepath and then output the result to that filepath:

DEFINE VARIABLE outputPath AS CHARACTER FORMAT "x(50)".

UPDATE outputPath.
OUTPUT TO outputPath.


This doesn't seem to be working. But when I do for example:

OUTPUT TO "C:\temp\test.txt".


It seems to work.

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