B4X:
Label1.text=$"[Alignment=center][TextSize=20][b][color=0xff006688]"${rs.GetString("Title")}"[/color][/b] [/TextSize][/Alignment]"$
The label text actually show $"[Alignment=center][TextSize=20][color=0xff006688]Hello World[/color] [/TextSize][/Alignment]"$
Can we use smart strings in this way for labels and buttons etc?