Time:10-02
CodePudding user response:
StringReplace (memo1. Lines. Text, # # 10, 13 ', '[rfReplaceAll]);
can not replace, the high efficiency method and the Memo1. Lines. Text:=memo1 Lines. DelimitedText;
Quote: refer to the third floor pathletboy response: Can not replace, the high efficiency method and the Memo1. Lines. Text:=memo1 Lines. DelimitedText; Top
Can not replace, the high efficiency method and the Memo1. Lines. Text:=memo1 Lines. DelimitedText;
Quote: refer to the eighth floor Stiven_PFan response: Quote: refer to the third floor pathletboy response: Can not replace, the high efficiency method and the Memo1. Lines. Text:=memo1 Lines. DelimitedText; Top + 1
Memo1. Lines. Text,=StringReplace (memo1. Lines. Text, # # 10, 13 ', '[rfReplaceAll]); Memo2. Text:=memo1. Text;
Page link:https//www.codepudding.com/Backend/45865.html