Programming Style

cjdelphi,

I don't know if you meant to or not, but I like to place a space between the code and the closing semi-colon.

Like this:

   function definition ;

rather than this:

   function definition;

I don't mean to be trolling...