[fpc-pascal] Putting Delimited text into a StringList

James Richters james.richters at productionautomation.net
Mon Feb 7 13:20:10 CET 2022


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?

James 



More information about the fpc-pascal mailing list