An already fixed bug :-)

http://sourceforge.net/tracker/?func=detail&aid=2785274&group_id=119701&atid=684730

I added a trace of the source string prior to starting the parsing
operation to give some context to the rest of the trace information,
but I messed up the case of arg which can have multiple parsed
strings.

Rick

On Fri, May 8, 2009 at 6:55 AM, Mike Cowlishaw <m...@uk.ibm.com> wrote:
>
> Not sure if this a bug or not ...  the following program:
>
> /* Try tracing parse arg */
> call sub 'foo', 'bar'
> exit
>
> sub: procedure
>   trace i
>   parse arg a, b
>   return
>
> when run shows this:
>
>      7 *-* parse arg a, b
>        >>>   ""
>        >>>   "foo"
>        >=>   A <= "foo"
>        >>>   "bar"
>        >=>   B <= "bar"
>      8 *-* return
>
>
> What's the first traced >>> line (empty string)?
>
> Mike
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> Mike Cowlishaw, IBM Fellow
> http://bit.ly/mfc
> IBM UK (MP8), PO Box 31, Birmingham Road, Warwick, CV34 5JL
>
>
> ________________________________
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
>
>
>
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to