MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Wrong



I was wrong, I thought I had it for a moment, but it is still there, same
symptoms. Boy, talk about a problem. I find it most often in the moveto
acceptable verb, which is one of the most used. I checked, and I *did*
replace everything there. Here is the code I programmed the old_callers
verb with (Thanks to Christopher Unkel for this code):

old=callers(@args);
old=listdelete(old, length(old));
new={};
for x in (old)
  if (x[3..5] != {"", #-1, #-1})
    new={@new, x};
  endif
endfor
return new;

I looked over this code again, and it should be working...

Hans Friedrich___________________
TerraMOO-- ArchWizard-- a.k.a. Alkanon
Japro-- Vice-ArchWizard-- a.k.a. Mitsumishi
MonkeyMOO-- Wizard-- a.k.a. iswH
"Changes can be good, or they can be bad, but it is best to come up with
them yourself so that you don't end up having to be civil to someone else."
-- Me




Follow-Ups:

Home | Subject Index | Thread Index