TextStyleAddstyles - any named style listed below in Description
•
•
•
•
• Note To format or change the case of text, use the Lower, Upper, or Proper function (see Text functions).TextStyleAdd(“Plaid”;Italic) returns the word Plaid in italics.TextStyleAdd(FirstName;Bold+Underline) returns Sophie in bold, underlined text when the FirstName field contains Sophie.The following calculation creates two descriptions of styles, then concatenates two phrases using these styles. Using the Let function is an effective way to avoid creating a long and complex TextStyleAdd statement.In the following example, to find every occurrence of several words and change their style, use the Substitute function combined with the TextStyleAdd function.