On Mon, Apr 6, 2009 at 11:24 AM, Jonathan Lettvin <[email protected]> wrote:
> Tried fixargs.ijs, then retried mncode.ijs with the following result:
>
>   load 'c:\documents and settings\jonathan
> lettvin\j602\addons\3rdparty\mncode.ijs'
> |domain error: message
> |   'b x'    =:0 2#:debug{messagebox,1

Your problem here is that the global value of x is shadowed by the
local value of x.

You should change your code so that the global value uses some other name.

You may want to consider avoiding the use of single letter names for
global values.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to