Yes, it's work. Question is HOW. For example: while not eof(sometextfile) do begin readln(sometextfile,someasciistring); listbox.items.add(someasciistring); end; ...hanging a system and _NOT_ load a lines into a listbox. :-( > Don't know, from the things I've seen it works > > Marc