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/cacw6n4u8tsk0-8vg_7g8srchzo9mceexrkwa4ztrmfefteg...@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.

