Yogesh Agte Posted February 10, 2005 Posted February 10, 2005 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.
BobWeaver Posted February 10, 2005 Posted February 10, 2005 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
Recommended Posts
This topic is 7295 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now