Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: ODO18


@ODO18 wrote:

....

(setq ftkeepname (open "c:\\users\\XXX\\Documents\\ArcGISFileData.txt" "w"))

....

... how to make the script not overwrite the text in the notepad, but instead to place the text in the next available blank line ....


Read about the options for the final argument in the (open) function:
....

(setq ftkeepname (open "c:\\users\\XXX\\Documents\\ArcGISFileData.txt" "a"))

....

Kent Cooper, AIA