1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

chore: formatting

This commit is contained in:
Allan Bowe
2021-09-14 16:08:30 +01:00
parent d47a369cdf
commit 8c00d715c2
2 changed files with 10 additions and 10 deletions

10
all.sas
View File

@@ -5117,13 +5117,13 @@ create table &outds (rename=(
@param file= (0) The file to perform the substitution on
@param patternvar= A macro variable containing the Lua
[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 the macro variable containing the string, rather than the value itself.
[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 the macro variable containing the string, rather than the value itself.
@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
is overwritten in-place.
is overwritten in-place.
<h4> SAS Macros </h4>
@li ml_gsubfile.sas