On 2018-07-31 05:49, Alan Bourke wrote:
On Tue, 31 Jul 2018, at 5:57 AM,
[email protected] wrote:
I pretty much only use it with arrays. What else would you use it
for??? Collections I guess?
I only use it for collections, due to the fact that I avoid arrays if
possible.
I only use FOR EACH with arrays on functions like AFIELDS where it
automatically creates arrays. The only time I ever use arrays other
than those scenarios is where I just use it for a SUM query:
select sum(MyValue) FROM MyTable into array laSum
return nvl(laSum[1],0)
Stuff like that.
_______________________________________________
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.