$gettok(We are Zombies,1,32)

Where, 1 is the Nth term.

And, 32 is the ascii for a 'space'.

Also for a list of the characters/ascii if your unsure:

//var %i = 255 | while (%i) { echo -a -> %i => $chr(%i) | dec %i }

Eamonn.