[REBOL] Re: [FIND] [FoxPro] Re: Find? Copy/Part?
From: lmecir::mbox::vol::cz at: 19-Jan-2005 12:33
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] ]







