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."