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


Admittedly the code is incorrect (the "1" in variable()), but I don't think it should produce a memory violation.

                                Kostas


------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to