On 2017-07-24 06:20, Ted Roche 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.
Years ago I switched to LOCAL ARRAY MyArray[1] (...with the ARRAY keyword)
Great tip on the scope, Ted. _______________________________________________ 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/[email protected] ** 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.

