paulosinuk
IS-IT--Management
To anyone who can help.
I have a formula that is using two variables to structure a sentence. For ease of reading I wanted to display the variables within the sentence in bold but the rest of the sentence in normal.
Variable A could be "Unlimited", "Group" or "Individual"
Variable B could be "By Licence" or "By Application"
The formula would read:
"This is a " + totext(variable A) + " licence. The licence has been defined utilising the '" + totext(variable B) + "' licensing rule."
Basically the sentence is for the layman but the expert user is just going to want to skim read the sentence and pick out the rules, hence the question 'can parts of a formula be in bold?'
I have a formula that is using two variables to structure a sentence. For ease of reading I wanted to display the variables within the sentence in bold but the rest of the sentence in normal.
Variable A could be "Unlimited", "Group" or "Individual"
Variable B could be "By Licence" or "By Application"
The formula would read:
"This is a " + totext(variable A) + " licence. The licence has been defined utilising the '" + totext(variable B) + "' licensing rule."
Basically the sentence is for the layman but the expert user is just going to want to skim read the sentence and pick out the rules, hence the question 'can parts of a formula be in bold?'