| From: Arend P. van der Veen (apvanderveen at att.net) Date: Tue Jun 14 21:25:04 EDT 2005 |
|
Hi All,
I am using eval-string to execute a procedure in a module. The
procedure is in another module.
For example:
((eval-string
"(lambda(connection) (my-procedure connection))")
connection)
my-procedure is in my-collection. When this executes I get an error
stating that my-procedure is not found. I know that this is a namespace
issue but I am not sure how to solve it.
Thanks in advance,
Arend
| Posted on the users mailing list. |
|