• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

write a file by jumping lines, but without erasing them

  • Thread starter Thread starter nicolas74
  • Start date Start date

nicolas74

Guest
Does someone know how to write a text file in lisp but --> by jumping some lines, but without deleting them? ?
I can write the file and if I do \n or \r actually skips the rows, but the ones that skips the deletes! ! !
I would like to keep the text already written in the file and write to a certain line (which is not the last)
Thank you
 
I don't think there's a pointer in the text line.
I think you should open a new file, read the original file and transcribe it line by line in the new file by inserting in the desired points the new content. Once finished delete the old file and rename the newly generated one.
 
Thanks for the answer. What are the commands to delete and rename files in lisp?
Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top