[DGD]Fatal Error: Out of Value Stack
Michael J. Bacon
mj.bacon at gte.net
Wed Jun 6 21:44:24 CEST 2001
Anyone know what I am doing wrong in the following scenario?
I'm using the kernal mudlib just messing around with the command line, and
I've created an array at position $0 = ({1,2,3,4,5}), and at position $1 =
({ 27 }). If I execute the command "code $0[..2] + $1 + $0[3..]" I get the
correct result ({1,2,3,27,4,5}). I can do this all day without any problems
apparently... BUT when I execute the following command line, "code $0[..2] +
({ 27 }) + $0[3..]" the server immediately dies with "Fata Error: Out of
Value Stack". "code ({1,2,3}) + ({27}) + ({4,5,6})" works just fine so I
suspect it is something in the wiztools for the kernel lib causing the
problem.
Anyone seen anything like this or know what might be causing it?
Thanks;
Michael.
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list