pos(character,string)

Searches for a character (a string of length 1) within a string, and returns a whole number specifying its position in the string, or 0 if not found. The character and string can be constants or variables.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.