This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim strText As String | |
Dim i As Integer | |
Dim x As Integer | |
Dim LenTextLeft As Integer | |
Dim CriticalCounter As Integer | |
'Array for full sentences | |
Dim arrTextSentences() As String | |
'Array for arrays of words | |
Dim arrTextWords() As Variant |