Wish Collapse Multiline Strings

tchart

Well-Known Member
Licensed User
Longtime User
I don't know if this is possible, but I would love to be able to collapse multiline strings like the example below;

 

William Lancee

Well-Known Member
Licensed User
Longtime User
How about...
B4X:
#Region s_String  
    Dim s As String = $"
   
A
B
C
D
    "$
#End Region

Collapsed...
B4X:
#Region s_String
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…