1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

Merge pull request #366 from andyjessen/fix-macro

Add macro trigger to usage example
This commit is contained in:
Allan Bowe
2023-11-16 15:44:08 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1684,7 +1684,7 @@ Usage:
Usage:
%put mf_isblank(&var);
%put %mf_isblank(&var);
inspiration:
https://support.sas.com/resources/papers/proceedings09/022-2009.pdf

View File

@@ -7,7 +7,7 @@
Usage:
%put mf_isblank(&var);
%put %mf_isblank(&var);
inspiration:
https://support.sas.com/resources/papers/proceedings09/022-2009.pdf