论坛


2010年1月3日 星期日

How to Parse TAB Delimited Files in Delphi

About.com| About.com Delphi Programming |01:00:56

in Delphi TIPS::TAB delimited text (ASCII) files contain lines of code with each chunk (column) of data (string) separated by the TAB character.Most database and spreadsheet programs are able to read or save data in a delimited format.To display t...