variables value BOLD?

6 views
Skip to first unread message

Lalla

unread,
Apr 5, 2017, 5:25:02 PM4/5/17
to floreysoft
I see when I'm posting a string every option ... like all Caps.... but how can I get it to bold the value? Not the prepended or appended parts just the value for the variable itself. 
Possible?

For example ... with this code :

${guest1;string(pre=Guests 1 and 2: ;post=,)} ${guest2;string(post=: )}

I would like for it be show, assuming the guests are Sam and Mary ...

Guests 1 and 2: Sam, Mary:

Is this possible?

Daniel Florey

unread,
Apr 5, 2017, 5:28:43 PM4/5/17
to floreysoft GmbH
Did you try to make it bold in the Google Doc? This should do the trick:
${guest1;string(pre=Guests 1 and 2: ;post=,)} ${guest2;string(post=: )}

--
You received this message because you are subscribed to the Google Groups "floreysoft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to floreysoft+unsubscribe@googlegroups.com.
To post to this group, send email to flore...@googlegroups.com.
Visit this group at https://groups.google.com/group/floreysoft.
For more options, visit https://groups.google.com/d/optout.

Daniel Florey

unread,
Apr 5, 2017, 5:30:35 PM4/5/17
to floreysoft GmbH
If you just want the name in bold, you'll have to write it like this:

${if guest1}Guests 1 and 2: ${guest1},${end} ${guest2;string(post=: )}
Reply all
Reply to author
Forward
0 new messages