Red de conocimiento informático - Computadora portátil - La nota de Delphi escribe y lee texto en segmentos, delimitador de texto: "#"

La nota de Delphi escribe y lee texto en segmentos, delimitador de texto: "#"

//Leer

var

sl :TStringList

comenzar

sl := TStringList.Create

intente

sl.LoadFromFile('ubicación del texto');

sl.Delimiter:= '#';

sl.DelimitedText:= sl.Text ;