indexofli()

 
Search without regard to case from the end of the haystack for needle, starting at the offset position.
Syntax
indexofli( needle, haystack var, offset )
Return value: Index of found value, or 0 if not found.
  • needle var = Value to search for.
  • haystack var = Text to search.
  • offset = integer offset to start at.
User Annotations: indexofli