|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Nov 11, 2006 4:30 pm
[1.14] %params in aliases with no parameters. |
I'm not sure if this is intentional behaviour. If it is, it's not documented.
If you use the following aliases:
#alias top {blah blah;bottom}
#alias bottom {#show %params}
then %params will contain the parameters of top even though bottom has no parameters. I'd expect %params to contain nothing once bottom was executed and have to use something like this to get it to work this way:
#alias top {blah blah;bottom %params} |
|
|
|
Seb Wizard
Joined: 14 Aug 2004 Posts: 1269
|
Posted: Sat Nov 11, 2006 4:46 pm |
I just checked if it was the same in 1.13 and it was.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sat Nov 11, 2006 5:58 pm |
Added to bug list.
|
|
|
|
|
|