iOS Question Use pattern with CSBuilder

mehdipass

Member
Hi,
In b4a, I use this code with pattern to change part of text.
RichString:
    Dim reg501 As RichString
    reg501.Initialize("{o}"&s1&"{o}"&s2)
    reg501.Color2(Colors.DarkGray,"{o}")
Now, How to change this code to CSBuilder to use in b4i?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Consider using BBLabel instead. It will be simpler and cross platform.

CSBuilder works a bit differently.
 
Upvote 0
Top