There are all kinds of workarounds possible - I just was writing a bit
of code and that construct flowed off of my fingers without me really
paying attention to it.  When the compiler complained about it I started
thinking that I knew I had done that someplace before and thus the
question.

The need has been satisfied using other techniques I was just curious if
I had finally started forgetting some of the "old" stuff.

Perhaps this is something that Rocket would be interested in doing for
us dinosaurs?

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Friday, January 22, 2010 10:54 AM
To: U2 Users List
Subject: Re: [U2] Comparing two DIMsnsioned arrays

Can you do a MATBUILD to two dynamic arrays, then compare the two
dynamic arrays
as a workaround? VS looping through the arrays and comparing element to
element?

> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of Dianne Ackerman
> Sent: Friday, January 22, 2010 10:52 AM
> To: U2 Users List
> Subject: Re: [U2] Comparing two DIMsnsioned arrays
>
> Yes, I definitely used to do it on a Reality system.  Nice feature.
> -Dianne
>
> Kevin King wrote:
> > I seem to recall having done that decades ago as well... possibly on
> a
> > Reality system?
> >
> > On Fri, Jan 22, 2010 at 8:47 AM, Graham, Dave <dgra...@storis.com>
> wrote:
> >
> >
> >> Does anyone recall the ability to compare two DIMensioned arrays as
> >> follows?
> >>
> >>
> >>
> >> DIM ARRAY1(10)
> >>
> >> DIM ARRAY2(10)
> >>
> >> MAT ARRAY1 = ''
> >>
> >> MAT ARRAY2 = ''
> >>
> >> .
> >>
> >> .
> >>
> >> .
> >>
> >> IF MAT ARRAY1 = MAT ARRAY2 THEN dosomething ELSE dosomethingelse
> >>
> >>
> >>
> >> I could have sworn that I used to do that on some PICK variant or
> >> another.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >>
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to