• I am trying to delete a line from the rtf under certain circumstances. In 4, I used .rtftext.deleteline once I was on a line that I wanted to delete via find(). What would the equivalent be in 7?

    Thanks

    • Offizieller Beitrag

    WPTools 7 (and 6 and 5) does not use lines like WPTools 4.

    You can read and delete SubStrings in a TParagraph directly. The substring is identified by the length and start position.

    The Line* methods of TParagraph give you that numbers for a specific line.