Is there a way to display on word with multiple capital letters connected? For example, "OnBase".
I understand LPL forces a space after each capital letter, but in this case we need to have one word with multiple capital letters.
Thanks,
Instead of "OnBase" (which will yield On Base) use "OnBase" (which will yield OnBase which is what it sounds like you want).
I should add that this is a button label.
Try "On_Base"
Thanks, Andy. It was OnBase as Michael suggested.
Thanks Michael! That's it!