Sure, but if I’d like all my custom commands to have this nice feature, I’d have to come up with a common delimiter I could use in all of them. So I’d have to use a delimiter that wouldn’t appear in a regular string, in other words a character which doesn’t appear on a keyboard. Now, let’s say I choose `$chr(31)`. I can use `tokenize 31 $1-` and then I’ll get my parameters nicely numbered but I still need to format the parameters when calling my fancy aliases. So I’d have to add `$chr(31)` between each parameter and that’s why it doesn’t seem to be an elegant solution to me.
Last edited by FraPooChino; 25/08/19 11:05 AM.