Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PUT command 1

Status
Not open for further replies.

jinkys

Programmer
Sep 11, 2003
67
GB
Is it possible to use the
PUT("FILE","out.txt", PACKAGE(out))
command to append to out.txt each time it runs?
 
Jinkys

Not in the standard adapter no. There was a modifed adapter around on one of the forums last year - not Mercator supported but at least as good.
You will have to use a run map like
RUN("Map A.mms", ECHOIN(1,data-to-append) + "-OF1+ " + filepath_and_name to append to)

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top