| | useSpecialCharacters | |
rTextRange Collection As rtCollection endObject ID startObject Text useSpecialCharacters | version 1.5
Property Get/Set useSpecialCharacters Converts characters entered as an argument for Insert function - ^p or ^r to CRLF, ^t to tabulation, ^l (el) to linebreak. Use ^^ to enter single caret (^). This property is set automatically to True if Replace, Find or FindNext methods called using flag RT_FIND_SPECIALCHARACTERS, i.e. in case you have obtained rTextRange from search using special characters, Insert method also expects (and converts) special characters. | |