a non printing macro followed directly by a printing one will eliminate the printing one:
%if_null(var)% %text(str_by)% %end_if%
workaround is to put html comment after %if
%if_null(var)%<!-- --> %text(str_by)% %end_if%
Log in to post a comment.