0 Members and 1 Guest are viewing this topic.
foo := 'Bar';foo := Copy(foo, 2, Length(foo)-1);WriteLn(foo); // Will print 'ar'
What are the parameters for the Copy function?What's the 2 for?