[811] in Coldmud discussion meeting

root meeting help first previous next last

bugnote: (data).(method)() exectuion

daemon@ATHENA.MIT.EDU (Tue Sep 19 22:35:58 1995 )

Date: Tue, 19 Sep 1995 20:24:44 -0600
From: 869683 Gillespie Brandon James <brandon@smithfield.declab.usu.edu>
To: coldstuff@pippin.ece.usu.edu

Basically, it doesn't work.  Doing:

method = 'execute_this;
"test".(method)();

Sends ['execute_this] as the argument to (method), rather than ["test"], as
you would expect.  I suspect this is a simple fix.

-Brandon