Adds custom quotes / delimiters to a space delimited string. More...
Go to the source code of this file.
Can be used in open code, eg as follows:
%put %mf_getquotedstr(blah blah blah);
which returns:
'blah','blah','blah'
in_str | the unquoted, spaced delimited string to transform |
dlm | the delimeter to be applied to the output (default comma) |
quote | the quote mark to apply (S=Single, D=Double). If any other value than uppercase S or D is supplied, then that value will be used as the quoting character. |
Definition in file mf_getquotedstr.sas.