On Sat, Sep 08, 2012 at 06:38:40PM +0300, patspiper wrote: > This is related to http://bugs.freepascal.org/view.php?id=22751
> - What FPC/Lazarus functions are available to parse a command line > (where parameters begin with a dash)? Depends. Split arguments for TProcess use (like in the above bugreport): afaik none. Simply keep all arguments separate and pass them to the "parameters" propery. In case of the callee, see the unit getopts. -- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus