select-next: func [
"Like select, but gets the value following the value following the key"
series [series!]
key [any-type!]
/local pos
][
if pos: find series key [
first skip pos 2
]
]
You need to create an account or log in to post comments to this site.