VMS Help RTL Routines, STR$, STR$POSITION *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Return Relative Position of Substring routine searches for the first occurrence of a single substring within a source string. If STR$POSITION finds the substring, it returns the relative position of that substring. If the substring is not found, STR$POSITION returns a zero. Format STR$POSITION source-string ,substring [,start-position]
Additional Information (explode) :
|