Re: Re[2]: (Another) (small) Eu 2.5 feature request.
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Sep 24, 2004
- 496 views
On Thu, 23 Sep 2004 18:16:29 -0700, Derek Parnell <guest at RapidEuphoria.com> wrote: >However you still have to cater for things like ... > > object Temp > Temp = CurrentCust > Temp.ZIPCode = 1234 But you cannot. struct supplier sequence Name end struct "Name"=1 in a supplier context <Oh dear, I think I know what you are going to say, but I'll carry on> struct customer integer account_no sequence Name end struct "Name"=2 in a customer context object.Name 1 or 2? I claim that is not legal, not sensible to resolve dynamically. <you were, and possibly still are, thinking you could, I suspect> Named subscripts can only be applied, in the code, to variables declared of the appropriate type, I claim. I could be wrong. Regards, Pete