std-ft-insert | ![]() |
std-ft-insert inserts the stringlist as seperate lines into the textfile specified by fname after num lines.
(std-ft-insert "acadfull.mnu" '("[\"F11\"]'_RTPAN") 1200)
=> T or nil
fname: A filename of an existing file.
strlst: A list of strings, which are inserted as lines.
num: A number (integer of real). The line number after which strlst is inserted.
T on success or nil.
On success it changes the textfile.
(std-require 'STDFILE)
#- SMALL
Defined in STDFILE