mirror of
https://github.com/sasjs/core.git
synced 2026-01-15 04:20:05 +00:00
chore: formatting
This commit is contained in:
10
all.sas
10
all.sas
@@ -5117,13 +5117,13 @@ create table &outds (rename=(
|
|||||||
|
|
||||||
@param file= (0) The file to perform the substitution on
|
@param file= (0) The file to perform the substitution on
|
||||||
@param patternvar= A macro variable containing the Lua
|
@param patternvar= A macro variable containing the Lua
|
||||||
[pattern](https://www.lua.org/pil/20.2.html) to search for. Due to the use
|
[pattern](https://www.lua.org/pil/20.2.html) to search for. Due to the use
|
||||||
of special (magic) characters in Lua patterns, it is safer to pass the NAME
|
of special (magic) characters in Lua patterns, it is safer to pass the NAME
|
||||||
of the macro variable containing the string, rather than the value itself.
|
of the macro variable containing the string, rather than the value itself.
|
||||||
@param replacevar= The name of the macro variable containing the replacement
|
@param replacevar= The name of the macro variable containing the replacement
|
||||||
_string_.
|
_string_.
|
||||||
@param outfile= (0) The file to write the output to. If zero, then the file
|
@param outfile= (0) The file to write the output to. If zero, then the file
|
||||||
is overwritten in-place.
|
is overwritten in-place.
|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li ml_gsubfile.sas
|
@li ml_gsubfile.sas
|
||||||
|
|||||||
@@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
@param file= (0) The file to perform the substitution on
|
@param file= (0) The file to perform the substitution on
|
||||||
@param patternvar= A macro variable containing the Lua
|
@param patternvar= A macro variable containing the Lua
|
||||||
[pattern](https://www.lua.org/pil/20.2.html) to search for. Due to the use
|
[pattern](https://www.lua.org/pil/20.2.html) to search for. Due to the use
|
||||||
of special (magic) characters in Lua patterns, it is safer to pass the NAME
|
of special (magic) characters in Lua patterns, it is safer to pass the NAME
|
||||||
of the macro variable containing the string, rather than the value itself.
|
of the macro variable containing the string, rather than the value itself.
|
||||||
@param replacevar= The name of the macro variable containing the replacement
|
@param replacevar= The name of the macro variable containing the replacement
|
||||||
_string_.
|
_string_.
|
||||||
@param outfile= (0) The file to write the output to. If zero, then the file
|
@param outfile= (0) The file to write the output to. If zero, then the file
|
||||||
is overwritten in-place.
|
is overwritten in-place.
|
||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li ml_gsubfile.sas
|
@li ml_gsubfile.sas
|
||||||
|
|||||||
Reference in New Issue
Block a user