Hey all, I'm working with Delphi and trying to edit text that's already in a notepad file. I'm not sure why it's not working. Here's my following code, can you tell me what I'm doing wrong?
var testlist: TStringList;
var i: integer;
begin
testlist := TStringList.Create;
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.