What exactly does "character index" mean ? StrFind() Returns 0 if not found, otherwise returns (one-based) of first occurrence.
If I wanted to pull any particular number from a comma delimited string of (see below), how would I extract that ? we have StrExtract, but what about NumExtract ? ,0, 1, 2, 3, 4,
