Jump to content

Applying Italics to a Variable


Admin1676454018

Recommended Posts

// This rule shows you how to apply italics to a variable. You can use the rule to apply italics to regular text as well.

// You must remember to check the box that says "Treat returned strings as tagged text" in the Rule Editor dialog box.

 

 

if (Field("Phone1") == "")

return "";

 

else

return "<i>" + Field("Name") + "</i>";

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...