Notifications
Clear all
Topic starter
Is there a way to bold certain words in userok? I am using it in an action button w/ runprocess but no matter how I format it this won't seem to work.
Stacey
Posted : April 22, 2013 1:25 am
Don't know if you have gotten an answer or not. But, have you tried using the FMT() command as part of your string to display.
userok( FMT("This is Bold", "B") + "this is not bold" + FMT("More bold stuff", "B") )
Posted : June 12, 2014 6:25 am
Topic starter
Thanks, I may not have so I will keep this and go back to my tickets to look
Posted : June 12, 2014 9:12 pm
Topic starter
I tried this (as typed above) and it looks like this in the pop up:
\b This is bold\b0 this is not bold \b More bold stuff \b0
Sorry it took me so long but if you have any other ideas please let me know,
Stacey
Posted : December 1, 2014 6:52 am