Calculation field: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 196: Line 196:
| Within ''string1'' from ''index'' to the end, the index of the next occurrence of ''string2''<br/>-1, if no more occurrences
| Within ''string1'' from ''index'' to the end, the index of the next occurrence of ''string2''<br/>-1, if no more occurrences
<source lang="JavaScript">
<source lang="JavaScript">
next = indexOf(#{Description}, " and ", next)
next = indexOf(#{Description}, ' and ', next)
</source>
</source>
|-
|-

Navigation menu