Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ppl:statements:append [2019/04/16 14:00] – created - external edit 127.0.0.1ppl:statements:append [2024/03/27 17:07] (current) stimpy
Line 1: Line 1:
 ====== APPEND srcfile:string, destfile:string ====== ====== APPEND srcfile:string, destfile:string ======
 Append the contents of one file to another file.   Append the contents of one file to another file.  
 +    
 +**Example:**  
 +      APPEND "SRCFILE","DSTFILE"  
  
-**ie:**   +--- 
- +**See also:** [[ppl:statements:delete|Delete]][[ppl:statements:copy|Copy]][[ppl:functions:exist|Exist]][[ppl:functions:fileinf|FileInf]][[ppl:statements:rename|Rename]]
-       APPEND "SRCFILE","DSTFILE"   +
- +
-**See also:** Delete, Copy, Exist, FileInf, Rename+