[futurebasic] Re: [FB] Back to basics - A dim question

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2001 : Group Archive : Group : All Groups

From: Michael S Kluskens <mkluskens@...>
Date: Thu, 27 Sep 2001 19:10:08 -0400
At 8:23 AM -0500 9/27/01, Chris Stasny wrote:
>Advantage 3: A program is much more readable if you use the following format:
>
>LOCAL
>DIM xyz AS long     // this is a comment about xyz
>DIM a$              // this is about a$
>LOCAL FN Bubba(h AS HANDLE)
>etc.

Is there an advantage of doing it that way versus:

LOCAL FN Bubba(h AS HANDLE)
DIM xyz AS long     // this is a comment about xyz
DIM a$              // this is about a$
etc.

without the LOCAL?

Michael
-- 
Michael Kluskens <mkluskens@...>

Got a question? The answer is "I don't do windows."