mirror of
https://github.com/sasjs/core.git
synced 2026-01-04 16:10:06 +00:00
feat: adding mp_replace option to mv_createfile
Relates to https://github.com/sasjs/cli/issues/1403
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
LUA, you can also use this macro: mp_gsubfile.sas
|
||||
|
||||
@param [in] infile The QUOTED path to the file on which to perform the
|
||||
substitution
|
||||
substitution. Note that you can extract the pathname from a fileref using
|
||||
the pathname function, eg: `"%sysfunc(pathname(fref))"`;
|
||||
@param [in] findvar= Macro variable NAME containing the string to search for
|
||||
@param [in] replacevar= Macro variable NAME containing the replacement string
|
||||
@param [out] outfile= (0) Optional QUOTED path to the adjusted output file (to
|
||||
|
||||
Reference in New Issue
Block a user