Forum Discussion

logan_logan's avatar
logan_logan
Helper I
3 years ago

Line Break in tooltip for Button

Hi,
I want a line break in the tooltip for  i - Button.
Example: whenever I will hover my mouse I should see:
Line 1 
Line 2
Already tried 
"Line 1" & UNICHAR(10) & "Line 2" .
"Line 1" & UNICHAR(10) & UNICHAR(13) & "Line 2" .
"Line 1" & UNICHAR(10) & UNICHAR(847) & UNICHAR(10) & "Line 2"
even tried manual Enter.
Nothing worked.  I am using it in Button to show info whenever I hoverover cursor. So I dont think I have text wrap option.
Any other suggestion??

3 Replies