Posted 05-04-2022 05:36 PM (2477 views) | In reply to Rick_SAS When a function's name ends with an 'x' it strips leading and trailing blanks. For example, cat('a',' b ') = 'a b ', while catx('a',' b ') = 'ab'. Similarly, call symput("var", " MWSUG ") puts...