November 12, 201312 yr Hello all! I need a substitution calc which will change an HTML tag that has quotes in it and can't figure out how to make it happen. I need to change this: <p style="text-align: center;"> to this: @body_f1:<*C> Thank you!
November 12, 201312 yr Use a backslash to escape the quotes, e.g. Substitute ( YourField ; "<p style="text-align: center;">" ; "@body_f1:<*C>" )
Create an account or sign in to comment