Re: [U2] Good Programming Practice Question.........

2005-10-02 Thread Timothy Snyder
Mark Johnson [EMAIL PROTECTED] wrote on 10/01/2005 01:00:33 AM: Files that can't open are usually solved pretty quickly either after installing the software or making the changes. The downstream elaborate errmsgs for OPEN CUSTOMER TO F.CUSTOMER ELSE PRINT CANNOT OPEN THE CUSTOMER FILE.

Re: [U2] Good Programming Practice Question.........

2005-10-02 Thread Mark Johnson
I use a subroutine called OPENER that spares me (any anyone else who uses it) all of the verbose typing that is so cluttering in every program. I'm not ignoring the ELSE clause. I'm just referencing the vast amount of coding for such a small percentage of it being needed. My OPENER is as