01-09-2014, 02:47 PM
Hi -
I wanted to replace some text in a different application with new text - everything works except for inserting a newline. What would be the way of inserting a newline (or linebreak or ...)?
str newText = F"{oldText}[13][10]More text..."
SelectReplaceHighlightFormat(windowHandle oldText newText 4 0 0 0)
Thanks
Sean
I wanted to replace some text in a different application with new text - everything works except for inserting a newline. What would be the way of inserting a newline (or linebreak or ...)?
str newText = F"{oldText}[13][10]More text..."
SelectReplaceHighlightFormat(windowHandle oldText newText 4 0 0 0)
Thanks
Sean