%%[ Set @fname = recipient_first ]%% %%=IF(EMPTY(@fname),"NoName",@fname)=%%IF The system returns the value “NoName” if the @fname variable is empty. ELSE, It returns the value of the @fname variable if it is NOT empty.
Just a quick snippet but many more to follow.
No comments:
Post a Comment