Android Question How to Italized part of the string?

prince_j325

Member
I'm having hard time to figure this out. Thanks for the help.
cursor1.GetString("SectorDesc") is the portion i want to Italize

B4X:
lblWelcome.Text="Churches Under " & cursor1.GetString("SectorDesc") & " Sector"
 

DonManfred

Expert
Licensed User
Longtime User
 
Upvote 0
Top