Re: [fpc-pascal] red( clGrayText)

2014-12-02 Thread Philippe
Em 01.12.2014 22:42, Mattias Gaertner escreveu: On Mon, 01 Dec 2014 22:01:15 -0200 Philippe phili...@quarta.com.br wrote: [...] http://wiki.lazarus.freepascal.org/Colors#System_colors [1][1] I have seen it ... but did not catch that it may not work with red( x) ... making it more

[fpc-pascal] findfirst wildcards...

2014-12-02 Thread waldo kitty
how do you process for multiple filemasks? eg: find ts??.sel and t???.sel for the same processing run == snip filemask.pas == Program Filemasks; Uses SysUtils, StrUtils, Classes; var dirSR : TSearchRec; flist : TStringList; fmask : string; begin if paramstr(1) ''

Re: [fpc-pascal] findfirst wildcards...

2014-12-02 Thread Bart
On 12/2/14, waldo kitty wkitt...@windstream.net wrote: how do you process for multiple filemasks? eg: find ts??.sel and t???.sel for the same processing run Maybe I misunderstand the question but: Use '*' as mask for FindFirst/FindNext then use MatchesMaskList()? Bart

Re: [fpc-pascal] findfirst wildcards...

2014-12-02 Thread waldo kitty
On 12/2/2014 5:12 PM, Bart wrote: On 12/2/14, waldo kitty wkitt...@windstream.net wrote: how do you process for multiple filemasks? eg: find ts??.sel and t???.sel for the same processing run Maybe I misunderstand the question but: Use '*' as mask for FindFirst/FindNext then use

Re: [fpc-pascal] findfirst wildcards...

2014-12-02 Thread waldo kitty
On 12/2/2014 5:12 PM, Bart wrote: On 12/2/14, waldo kitty wkitt...@windstream.net wrote: how do you process for multiple filemasks? eg: find ts??.sel and t???.sel for the same processing run Maybe I misunderstand the question but: Use '*' as mask for FindFirst/FindNext then use

Re: [fpc-pascal] findfirst wildcards...

2014-12-02 Thread waldo kitty
On 12/2/2014 5:12 PM, Bart wrote: On 12/2/14, waldo kitty wkitt...@windstream.net wrote: how do you process for multiple filemasks? eg: find ts??.sel and t???.sel for the same processing run Maybe I misunderstand the question but: Use '*' as mask for FindFirst/FindNext then use

[fpc-pascal] node.js-like system using pascal

2014-12-02 Thread Bee
Hi, Is there anyone out there making node.js-like system using FreePascal? Thank you. Regards, -- -Bee- ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal