[LON-CAPA-dev] lonparmset.pm

Gerd Kortemeyer lon-capa-dev@mail.lon-capa.org
Mon, 25 Feb 2002 08:28:52 -0500


Robert,

Robert McQueen wrote:

> Gerd,
>
>     I was mistaken in the last email.  Apparently the pscat[] notation does
> work, but just not as I thought it would.  It acually creates a new
> reference with the name pscat[] instead of pscat.  I was expecting it to
> still use the pscat reference and allow multiple values to be passed to it
> [like an array]. :P

Okay, so I will not need to change lonacc.pm.

$ENV{'form.pscat'} will represent just one entry from the multiple list.

$ENV{'form.pscat[]'} does respresent all selected entries.

Correct?

- Gerd.