No, it does work on Windows. The second "7" is coming from the call that deleted the environment variable. The return value from Value() is the existing value, even when a new value is being set.
Rick On Wed, Sep 30, 2009 at 7:05 PM, Mark Miesfeld <[email protected]> wrote: > I take it back. It doesn't work on Windows either > > /* Rexx */ > Say VALUE("FRED",7,"ENVIRONMENT") > say value("FRED", , "ENVIRONMENT") > Say VALUE("FRED",.NIL,"ENVIRONMENT"); > SAY VALUE("FRED",,"ENVIRONMENT"); > > yields: > > C:\work.ooRexx\wc\main>qTest.rex > > 7 > 7 > > I guess I need to look at why the test is not failing on Windows. > > -- > Mark Miesfeld > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
