@contact.standard field name@
==SSlogic escape[] function==
The escape[] function is used to escape the single quote in instances where the data in a field may contain a single quote.
The current usage of sslogic to test if a field is empty < !--@sslogic('$1137762$'!='')-->
The new escape function: < !--@sslogic('escape[$1137762$]'!='')-->
==SSlogic Interpreter==