Hi
i'm using betterDialogs libs in my app, for display long message to user
Is possible to insert CHR(9) in Message String?
For Example:
i'm using betterDialogs libs in my app, for display long message to user
Is possible to insert CHR(9) in Message String?
For Example:
B4X:
dim msg as String
msg = $"First Line
${CHR(9)} indented second line
${CHR(9)} indented third line "$