Steve Wampler wrote:
> Kostas Oikonomou wrote:
> 
>>Can anyone reproduce this error?  When I run the following program
>>
>>global x
>>procedure main()
>>  local y
>>  # Run-time error 302 in startup code
>>  # memory violation
>>  y := variable("x",,1)
>>end
>>
>>I get
>>
>>Run-time error 302 in startup code
>>memory violation
> 
> 
> I see that error with Unicon under Linux.

In fact, I'm pretty sure it's a bug, since it also shows up
in:

   global x
   procedure main()
     foo()
   end

   procedure foo()
      local y
      y := variable("x",,2)
   end

But goes away when using 1 instead of 2...

You should report this using the bug tracker at the Unicon site.
-- 
Steve Wampler -- [EMAIL PROTECTED]
The gods that smiled on your birth are now laughing out loud.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to