Passing Values in Array
Scott Walker
ScottWalker at RAMSystemsCorp.com
Wed Nov 9 07:54:27 PST 2011
> -----Original Message-----
> From: Kenneth Brody [mailto:kenbrody at spamcop.net]
> Sent: Wednesday, November 09, 2011 10:44 AM
> To: Scott Walker
> Cc: filepro-list at lists.celestial.com
> Subject: Re: Passing Values in Array
>
> 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
Ken,
Thank you. That was the missing step.
Regards,
Scott
More information about the Filepro-list
mailing list