Global Already Defined Error (GRX)
Kenneth Brody
kenbrody at spamcop.net
Thu Jul 22 08:58:11 PDT 2010
On 7/22/2010 11:00 AM, Fairlight wrote:
> When asked his whereabouts on Thu, Jul 22, 2010 at 10:44:20AM -0400,
>>> ERROR Global 'Except_ShiptoVen' already defined.
>
> Try changing both references of Except_ShipToVen to Except_ShipVen.
>
> Call it a gut feeling that says variable name length is not distinctive
> past 12 characters. and the two ShipTo names collide. I may be wrong, but
> barring any other valid input, it doesn't hurt to try.
In this case, your gut feeling is wrong:
declare ThisIsADeclaredVariableWithALongName(10,*)
declare ThisIsADeclaredVariableWithALongNameButDifferent(20,*)
I would suggest checking automatic and output processing to see if they also
declare those variables.
--
Kenneth Brody
More information about the Filepro-list
mailing list