In PB 10.5.2 7699 this works: pb_button.powertiptext = "Line1" + char(10) +
"Line2"
In PB 10.0. 5064 the same statement shows "Line1" and "Line2" in one row
with a special character (square) between.
I tried following line separators: ~n~r, \n\r, ~h0a~h0d - nothing worked.
Does anybody know how to solve this in PB 10.0 5064 (I can't upgrade)?
Thank you