Thanks everyone. I use LOCAL ARRAY in procs, funcs and methods. Laurie
On 24 July 2017 at 11:20, Ted Roche <[email protected]> wrote: > I almost always use LOCAL myArray[] to scope the array locally. > DECLARE/DIMENSION creates an array with a private scope. PUBLIC > myArray[] is global, of course. > > On Sun, Jul 23, 2017 at 1:07 PM, Laurie Alvey <[email protected]> wrote: > > I've always used DIMENSION a[] to declare an array but I've seen some > > developers use DECLARE a[]. Is there some subtle difference between te > two > > statements? > > > > Laurie > > > > > > --- StripMime Report -- processed MIME parts --- > > multipart/alternative > > text/plain (text body -- kept) > > text/html > > --- > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAMvTR9dUtWOzJCVFzMZZbDSg3TSLZpO=84hu5y1jhd-5moq...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

