tchart Well-Known Member Licensed User Longtime User Yesterday at 9:38 PM #1 I don't know if this is possible, but I would love to be able to collapse multiline strings like the example below;
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 Today at 4:48 AM #2 How about... B4X: #Region s_String Dim s As String = $" A B C D "$ #End Region Collapsed... B4X: #Region s_String
How about... B4X: #Region s_String Dim s As String = $" A B C D "$ #End Region Collapsed... B4X: #Region s_String
tchart Well-Known Member Licensed User Longtime User Today at 6:39 AM #3 William Lancee said: How about... B4X: #Region s_String Dim s As String = $" A B C D "$ #End Region Collapsed... B4X: #Region s_String Click to expand... Will give it a try, thanks
William Lancee said: How about... B4X: #Region s_String Dim s As String = $" A B C D "$ #End Region Collapsed... B4X: #Region s_String Click to expand... Will give it a try, thanks