The only issue I have at this point is that the compiler complains each time because the report doesn't know that the code will create the array forcing me to ignore three times each time I build the project.
You can stop that by issuing EXTERNAL ARRAY aMyArray in the code where the arrays are constructed. However, it's a completely harmless compiler warning; it has no effect on the performance of the code. I don't bother declaring the arrays that the compiler flags.
Ken Dibble www.stic-cil.org _______________________________________________ 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/8B.9F.18139.092B6955@cdptpa-oedge02 ** 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.

