I am using the dbMagicCell to insert field content into other text. For example:

dbMagicCell = &#34;(;|~)Title||<center>The title of the book is #Title#.</center>;&#34;

But if the contents of the Title field includes a &#34;#&#34; (i.e., Title = &#34;Train #245&#34, the following error is generated: &#34;Error in # pairs in - &#39;The title of the book is &#34;

Is there a way to allow the &#34;#&#34; character (or whichever delimiter character is used) from an inserted field to be displayed?

Thanks, Steven