Forum OpenACS Development: Re: exec tcl proc

Collapse
3: Re: exec tcl proc (response to 2)
Posted by Iuri Sampaio on
I wrote the tcl script

One thing i noticed from
set queue_dir [parameter::get_from_package_key -parameter "BounceMailDir" -package_key "acs-mail-lite"]

$queue_dir holds 1 as its value

however looking at procedure acs_mail_litle::load_mails $queue_dir is treated as a string.

why is that? is that an error?