February 10, 200520 yr Hi All, I am writing a script which populates a field at runtime with Set Field step. I want to make some text bold. What is the method for doing this? is there any command that can be written in the Calc of the Set Field step? Pease let me know. Thanks. Yogesh.
February 10, 200520 yr There is no simple way to do it. I think there may be a plug-in available for this though. If your requirements are fairly simple, you may be able to do it as a merge field. Create 3 fields: TextBefore BoldText TextAfter Then set up a merge text field like this: "<<TextBefore>><<BoldText>><<TextAfter>> Set: TextBefore = "This is my " BoldText = "Bold" TextAfter = " Text" This is what you should see in the merge field: This is my Bold Text
Create an account or sign in to comment