I don't really support this either..

If you really need to do that, you should take a look at /tokenize.

Example:

//tokenize 32 one two three four | echo -ag $2-3

Would echo "two three" to your active window. (I add the g switch, because I usually don't like my script echos appearing in my log, and g prevents it from being logged.)