Re: [Oorexx-devel] table vs. identitytable

2012-09-21 Thread Rick McGuire
You aren't seeing a difference because you're using the same set of objects. for your indexes. Here is a simple example that will show the difference. i1 = abc i2 = ab||c table = .table~new itable = .identitytable~new table[i1] = Walter table[i2] = Pachl say table~items -- 1 item say

Re: [Oorexx-devel] table vs. identitytable

2012-09-21 Thread Walter Pachl
Thanks Rick, You really need to have a better understanding of what objects are Trying ;:-( Is my delta (16 vs. 17) of any use? Walter -- Got visibility? Most devs has no idea what their production app looks like.

Re: [Oorexx-devel] table vs. identitytable

2012-09-21 Thread Walter Pachl
Hmm I tried what you've shown me by using c and cc (differering hash identities) i1 = abc and i2=i1~copy works as expected sigh have a nice weekend Walter -- Got visibility? Most devs has no idea what their

Re: [Oorexx-devel] table vs. identitytable

2012-09-21 Thread Mark Miesfeld
On Fri, Sep 21, 2012 at 11:48 AM, Walter Pachl christel.u.w.pa...@chello.at wrote: Is my delta (16 vs. 17) of any use? Walter, I don't have the time to go through your delta line by line. But I thought I'd clarify a few things that caught my eye: NEW- Returns an array of all indices