> > a."xxx yy z" = 'hello' > > sh: 0: command not found > > rc = 127 ...................................... rexxtry.rex on LINUX > > > > Am I just off my rocker? This has got to be a bug.
It would have been a command in classic Rexx on VM, too. This is the same as: a.||"foo bar" = 0 i.e., an expression. The = would have to follow the a. for this to be an assignment. Mike 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 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
