[gb.texthighlight

* Add:    Updated TextHighlight to include ToConsole, for console print highlighting support
This commit is contained in:
Brian G 2020-07-30 14:11:30 -07:00
parent 61c8cab80a
commit 145d47e451

View file

@ -688,7 +688,7 @@ End
' End
'
'
'
'' Writes program text to the cosole in correctly highlighted colors
Public Sub ToConsole(Text As String, Optional Styles As TextHighlighterStyle[]) As String
Dim aResult As New String[]