jshobar Posted October 18, 2012 Share Posted October 18, 2012 I am looking to create a rule (that returns tagged text) that uses both tagged text and formatted text resources. I can accomplish the above by having a separate rule return the formatted text resource and then using that rule in the tagged text. return "<f name=\"Helvetica\"><z newsize=\"18.0\">TEXT TEXT TEXT "+"<variable name=\"return_TextResource\">"; where "return_TextResource" is a rule that contains: return Resource("TextResource"); I was wondering if there is a way to access the formatted text resource directly and not have to create a separate rule that only returns the formatted tagged text. Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted October 18, 2012 Share Posted October 18, 2012 return "<f name=\"Helvetica\"><z newsize=\"18.0\">TEXT TEXT TEXT " + Resource("TextResource").content; Quote Link to comment Share on other sites More sharing options...
jshobar Posted October 19, 2012 Author Share Posted October 19, 2012 Thanks Dan! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.