How do I edit my dynamic text so that the coordinates "reverse"...in this case 30.26 would be before -85.51. See my dynamic text below as well as picture example.
<dyn type="mapFrame" name="MapFrameName" property="center" units="dd" decimalPlaces="6" showDirections="False"/>
Solution below:
<dyn type="mapFrame" name="MapFrameName" property="center.y" units="dd" decimalPlaces="6" showDirections="False"/><dyn type="mapFrame" name="MapFrameName" property="center.x" units="dd" decimalPlaces="6" showDirections="False"/>
Thank you for this solution!