× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Scott,

My preference is to put the colon after the variable names and not in front.
IMHO the colon gets in the way of reading the variable.  I'd rather code it
as:

CUGLS001_getPeriodStatusDesc( CurrentCompany :
                                                       periodName :
                                                       periodStatusDesc :
                                                       someOtherParm );

Paul

-- 
Paul Morgan
Senior Programmer Analyst - Retail
J. Jill Group
100 Birch Pond Drive, PO Box 2009
Tilton, NH 03276-2009
Phone: (603) 266-2117
Fax:   (603) 266-2333

"Scott Klement" wrote

> The other strategy that I've found useful is something that I learned from
> reading Carsten Flensburg's code.  I didn't like it at first, but after
> awhile it grew on me! :)  The idea is, if the subprocedure call doesn't
> fit on one line, put each parameter on a separate line.  Put the colon
> that separates the parameters at the start of the line.
>
> For example:
>
>          CUGLS001_getPeriodStatusDesc( currentCompany
>                                      : periodName
>                                      : periodStatusDesc
>                                      : someOtherParm    );
>




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.