What the... Your telling me that $gettok($string,length(to),XX) XX being the chr base of the $gettok cmd?

I mean I always used 32 thinking it was standard and never had a specific meaning now to my understanding with this post in question is that the 32 section is chr based event where if 32 is the value of (Space) meaning that every token is within/after each space where if 61 was the num in that section and there was more then 2 spaces you could somehow manipulate $gettok with the chr events to pick up either part of the string?

var %f = This apple is sufficently *good but I might need 4
$gettok(%f,1,42) would return Everything prior to * and -1 would return everything after *

:S To think gettok had more potential


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }