more on expansion behaviour

2006-07-14 Thread Scott Smedley
Hi all, Help please. addtofunc fn + i echo executing $[0-] + i $[0-] fn echo hello How come fn doesn't print out hello? Scott. :)

Re: more on expansion behaviour

2006-07-14 Thread Viktor Griph
On Fri, 14 Jul 2006, Scott Smedley wrote: Hi all, Help please. addtofunc fn + i echo executing $[0-] + i $[0-] fn echo hello How come fn doesn't print out hello? After some time debuging it turns out to be problem with the parse function usage. I'm not sure the best way to fix it, but