On 8/17/2012 2:57 PM, Henry Arredondo wrote: > What is the Syntax to get the real value of the associated field that I'm sitting on ? What do you mean by "sitting on"? > > If : p1) co "NF" > Then: na(5)= { value of p1) } Depending on where this processing occurs, it may be as simple as: na(5) = p1 [...] -- Kenneth Brody