|
gromkins Newbie
Joined: 21 Jan 2010 Posts: 1
|
Posted: Mon Feb 08, 2010 3:44 pm
multiple arguments |
I'm trying to make an alias that changes the out put of what I say. I've made an alias ssay and when I do:
ssay hello world
%1 in my processing only takes 'hello', I'm assuming %2 would be 'world' but I'd like to process whole sentences as a single string. How do you do that?
Thanks |
|
|
|
hadar Apprentice
Joined: 30 Aug 2009 Posts: 198 Location: my apt, in california
|
Posted: Mon Feb 08, 2010 4:40 pm |
%params
|
|
|
|
|
|