Passing Values in Array

Kenneth Brody kenbrody at spamcop.net
Wed Nov 9 07:43:33 PST 2011


On 11/9/2011 8:37 AM, Jeff Harrison wrote:
>> From: Scott Walker<ScottWalker at RAMSystemsCorp.com>
>>
>> Is there a way to populate an array in Sort/Select processing and access the
>> values in the array in Output processing?
[...]
>
> Hi Scott. If you define your array in automatic processing the values should be available to both Sort/Select and Output processing.
[...]

It's not quite that simple.  Rather, you need to alias the array to dummy 
fields which are declared in automatic.  (That's the only way to share "old 
style" dummy fields between processing tables.)  Then, alias an array to the 
same dummy fields in both sort/select and output processing.

-- 
Kenneth Brody


More information about the Filepro-list mailing list