Re: [Oorexx-devel] Question on New Translate Parameters

2009-05-03 Thread Gil Barmwater
Will do and thanks for the reassurance that I'm not yet senile! Rick McGuire wrote: > Gil, > > This is a category of problem known as a "doc bug". The correct > results for these calls > are "aBCDef" and "4ab3", as you expected. Please open a doc tracker for this. > > Rick > > On Sun, May 3,

Re: [Oorexx-devel] Question on New Translate Parameters

2009-05-03 Thread Rick McGuire
Gil, This is a category of problem known as a "doc bug". The correct results for these calls are "aBCDef" and "4ab3", as you expected. Please open a doc tracker for this. Rick On Sun, May 3, 2009 at 11:28 AM, Gil Barmwater wrote: > In working on my Symposium presentation on the new stuff in 4

[Oorexx-devel] Question on New Translate Parameters

2009-05-03 Thread Gil Barmwater
In working on my Symposium presentation on the new stuff in 4.0.0, I came across the examples of the new Translate parameters - pos, length. At first, I thought this one - TRANSLATE("abcdef", , , , 2, 3) -> "ABCDEF" - must be wrong as I expected the result to be "aBCDef" but then realised tha