Android Question [B4X] Smart String Literal with { }

DonManfred

Expert
Licensed User
Longtime User
B4X:
dim o as int = 20
din nome as string = "George"
dim s as string = $"{id:${o},nome:${nome}}"$
 
Upvote 0
Top