Well with the caveat that the hint mechanism only works if you are processing 
the elements in order.
Sometimes you're not.


-----Original Message-----
From: Brian Leach <br...@brianleach.co.uk>
To: 'U2 Users List' <u2-users@listserver.u2ug.org>
Sent: Fri, Jul 27, 2012 8:55 am
Subject: Re: [U2] Array Types


Mainly if I want another level for intermediate processing, as each
dimensioned array element can hold a dynamic array, or if I need the speed
of accessing fields over values to take advantage of the hint mechanism in
UniVerse. If you need to do a load of processing of values in a dynamic
array (e.g. when handling a load of associated fields), it's often quicker
to raise it, matparse it into a dimensioned array in which each entry is now
@FM delimited and process them there.

Brian

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman
Sent: 27 July 2012 16:16
To: U2 Users List
Subject: [U2] Array Types

I am surprised that anyone uses dimensioned arrays.  I use dynamic arrays
for everything.

If there are any advantages that dimension arrays have over dynamic...
please let me know... without getting sentimental.

--Bill
_______________________________________________
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