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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to