Be careful, FPC 2.6.4 is incompatible with Lazarus 1.2, at least at present and on Mac OS X. See http://forum.lazarus.freepascal.org/index.php/topic,23885.0.html for details.
Give me a day or two and the fink packages for fpc 2.6.4 and lazarus 1.2 are ready.MiSchiP.S. fink packages are out. GO GO GO!
Quote from: jwdietrich on March 11, 2014, 09:51:06 pmBe careful, FPC 2.6.4 is incompatible with Lazarus 1.2, at least at present and on Mac OS X. See http://forum.lazarus.freepascal.org/index.php/topic,23885.0.html for details.Please do not make such statements with a very secure proof.
Line 01Line 02Line 03Line 04Line 05Line 06Line 07Line 08
mylist := Split(#13#10, mytext);
function Split(AString: String; ADest: TStrings = nil; ADelimiter: Char = '|'): TStrings;