styles - any named style listed below in Description
You can add multiple styles by using the + operator between style names. Negative values are not valid. All styles will be removed, if the only style specified is Plain. Plain is ignored if mixed with other styles. Styles are not case-sensitive and do not contain spaces.
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.