One correction to obtain NONE when not found:

   find-nth: func [
       "Returns the series at occurrence N of value or none."
       series [series!]
       value
       n [integer!]
       /local pos
   ] [
       if parse series [n [to value pos: value] to end] [pos]
   ]

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to