Project

General

Profile

Loadbuf » History » Revision 2

Revision 1 (Per Amundsen, 02/15/2014 04:29 AM) → Revision 2/10 (Per Amundsen, 08/11/2014 07:19 PM)

_Added in 1.9.0_ 

 */loadbuf [lines] [-acNegilmnoprst<topic>] <window | dialog id> <filename>* 

 Loads the specified number of lines from the end of the file of filename into the specified window. 

 -a - Loads the text into the active window. = TODO 
 -cN - Specifies the default color (N) for the line being read. = TODO 
 -e - Evaluates variables and identifiers in the line being read. = TODO 
 -g - = TODO 
 -i - = TODO 
 -l - Reads the lines into side-listbox in a custom window. = TODO 
 -m - TODO 
 -n - = TOD 
 -n = TODO 
 -o - = Indicates that you have specified the [dialog id] parameters instead of a window name in order to load lines into a custom dialog control. 
 -p - = TODO 
 -r - Clears the contents of the output window before adding read lines. = TODO 
 -s - Reads the lines into the associated status window. = TODO 
 -t<topic> - TODO 

 *Parameters* 

 [lines] - If specified, the number of lines to add from the end the file, otherwise the whole content of the file is added. 
 <window | dialog id> - Window or dialog id to load into. 
 <filename> - File to load.