Help me with syntax please

From: Eddy Fontaine (eddy.remove.fontaine_at_pandora.remove.be)
Date: 12/17/04


Date: Fri, 17 Dec 2004 16:32:24 +0100

Hi,

This is part of a (working) code found on intenet:

bFoundFile := FindFirst(Directory + '*.*', faAnyFile, mySearchRec) = 0;

I understand that bFoundFile will be set TRUE or FALSE by FindFirst(),
but what means the '= 0' at the end ?

Thanks,
Eddy.



Relevant Pages

  • Re: Help me with syntax please
    ... >> I understand that bFoundFile will be set TRUE or FALSE by FindFirst(), ... (I assume that bFoundFile is a Boolean ...
    (comp.lang.pascal.delphi.misc)
  • Re: Help me with syntax please
    ... >>I understand that bFoundFile will be set TRUE or FALSE by FindFirst(), ... the latter code is more efficient. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Help me with syntax please
    ... "Eddy Fontaine" wrote in message ... > This is part of a code found on intenet: ... > I understand that bFoundFile will be set TRUE or FALSE by FindFirst(), ...
    (comp.lang.pascal.delphi.misc)