Re: [fpc-pascal] source file size ?

2006-01-07 Thread Moz
do what you want. Editing large files is a considerable pain, they take ages to load. Moz ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] for..in loops?

2005-11-20 Thread Moz
nt seems to advocate using the lowest level language available... I'm a big fan of compact code and language features that promote it. Give me "StringList.SaveToFile()" any day over the laborious code that starts "var F:TextFile;" Moz ___

Re: [fpc-pascal] Can a program find out how it was started?

2005-08-02 Thread Moz
lution is to drop a readline at the end of the help routine. That way the cmd window stays open until they hit enter (which you should tell them to do). Mildly annoying for people at the command line if there's only a few lines of help, but solves

Re: [fpc-pascal] Optimize code for speed

2005-06-10 Thread Moz
embly language and work it out from there. Moz ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal