[fpc-pascal] Cmd line parser

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Nov 17 16:03:31 CET 2004



On Wed, 17 Nov 2004, Norbert Crettol wrote:

> Hi all.
>
> It's my first post on this list.
>
> I'm Norbert Crettol
> - Sysadmin at IDIAP (www.idiap.ch)
> - Old pascal fan (started with UCSD P-System and
>   Turbo Pascal 1.0 for CP/M.)
> - not programming professionally anymore
>
> I've been playing with fpc for some time now, and a ejoy it a lot.
> Thank you for the good work.
>
> My question, now : does anybody know if there is a command line
> parser that's easily usable, something like perl Config::IniFiles
> or Getopt::Long ?

The getopts unit gives the exact equivalent of getopt in C.
TCustomApplication (custapp) gives also the same functionality.

Michael.




More information about the fpc-pascal mailing list