[fpc-pascal] Putting Delimited text into a StringList

Tomas Hajny XHajT03 at hajny.biz
Mon Feb 7 13:28:31 CET 2022


On 2022-02-07 13:20, James Richters via fpc-pascal wrote:
> I'm trying to use TCSVDocument,
> 
> I have:
> 
> Uses Math,sysutils,Classes,CSVReadWrite;
> 
> That seems to be fine,
> But I get an error 1D.pas(18,17) Error: Identifier not found 
> "TCSVDocument"
> 
> On a line:
> 
> Var
>    CSVData   :  TCSVDocument;
> 
> Do I need another unit or am I doing something wrong?

CSVDocument?

Tomas


More information about the fpc-pascal mailing list