in reply to Re: Re: Problem with an array in a package
in thread Problem with an array in a package

Indeed. And that's the problem. You are trying to call a method named set_paper(5), and that method doesn't exist. It's not going to call set_paper with argument 5.

Abigail