<div class="gmail_quote">2009/11/1 Hans <span dir="ltr">&lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I imagine that your markup will call a sepcial markup function.<br>
The coordinate values can be passed to it directly,<br>
and you can set each as a PV, all within the function.</blockquote><div><br>Hans, thanks for your reply.  My markup configuration is as follows:<br><br>$FmtPV[&#39;$Coord&#39;] = &#39;@$page[&quot;coord&quot;]&#39;;<br>$SaveProperties[] = &#39;coord&#39;;<br>
<br>Markup(&#39;coord&#39;, &#39;directives&#39;,<br>  &quot;/\\(:coord\\s+(.+?):\\)/ei&quot;,<br>  &quot;PZZ(SetProperty(\$pagename, &#39;coord&#39;, PSS(&#39;$1&#39;), &#39;, &#39;))&quot;);<br><br>I&#39;ve copied this from other examples.  Are you recommending altering the SetProperty function to something custom?<br>
<br>-Steve.<br></div></div>