|
gmueller Apprentice
Joined: 06 Apr 2004 Posts: 173
|
Posted: Sat Aug 11, 2007 10:04 pm
%-1 |
Sorry if this has already been posted.
The search options for %-1 don't come up correctly or I'd have looked thru the database for it.
How do you access all parameters after %n like in the zmud statements %-1, %-2, ...
It doesn't seem to work for me. |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Aug 11, 2007 10:07 pm |
%-n should be working fine, but you can use %params instead.
What about it isn't working?
#alias test {#say %-2 | %1}
is working fine for me, giving the expected output
test blah blahdy haddock cheese
blahdy haddock cheese | blah |
|
|
|
gmueller Apprentice
Joined: 06 Apr 2004 Posts: 173
|
Posted: Sun Aug 12, 2007 6:55 pm |
yep, I think this would be the second function that works for "everyone" else, but not for me. Thanks for the verification though, Fang.
|
|
|
|
|
|