Project

General

Profile

Savebuf » History » Revision 5

Revision 4 (Per Amundsen, 08/03/2015 11:53 PM) → Revision 5/11 (Per Amundsen, 10/24/2015 01:11 AM)

_Added in 1.9.4_ 

 */savebuf [-aglos] [n1-n2] <window | dialog id> <filename>* 

 Saves the specified number of lines from the end of the buffer of the specified window into the specified filename. 

 *Parameters* 

 n1-n2 - Save only lines n1 to n2 starting from the end of the buffer. (if no lines are specified, all lines are saved) 
 <window | dialog id> - Window or dialog/dialogid to save from. 
 <filename> - Filename to save to. 

 *Switches* 

 -a - Append the text to the end of the file. 
 -g - ??? 
 -l - Use side-listbox 
 -o - Indicates that you have specified [dialog id] parameters instead of a window name in order to save text from a custom dialog control. 
 -s - Use status window.