Fields are separated by commas, but if a field is surrounded by
double quotes it can contain commas---in fact, can contain any
byte whatsoever; double quotes (") within the field must be
doubled, just as single quotes within a Pascal string are doubled.
All we need in order to parse a csv record
From where i can fetch precise description of regular expressions
syntax, that implementer by FPC regexpr.pp module ?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hi,
I am playing with generics around. I have implemented two simple Lists. A
array based TList and a double linked TLinkedList. I have also written a test
program to test these.
Here comes the interesting part. The test program runs flawlessy, but compiled
with -gh for heaptrace or -gv for va
On 08 Nov 2007, at 20:43, afpTeam wrote:
I'm maybe lost in the doc searches, but is there a reference explaining
the
extended err codes for fpOpen and friends?
I could not find one.
They are documented in the man pages of the *nix functions you are
calling (man open), and the actual value
> On 08 Nov 2007, at 20:43, afpTeam wrote:
>
> > I'm maybe lost in the doc searches, but is there a reference
> > explaining the
> > extended err codes for fpOpen and friends?
> > I could not find one.
>
> They are documented in the man pages of the *nix functions you are
> calling (man open)
On 08 Nov 2007, at 20:43, afpTeam wrote:
I'm maybe lost in the doc searches, but is there a reference
explaining the
extended err codes for fpOpen and friends?
I could not find one.
They are documented in the man pages of the *nix functions you are
calling (man open), and the actual value