Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:last_index_of [2022/09/01 06:36] – created - external edit 127.0.0.1 | a_f:f:99_a:last_index_of [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:last_index_of to a_f:f:f:last_index_of administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== LAST_INDEX_OF ====== | ||
| - | ===== Description ===== | ||
| - | Returns an integer constant indicating the last index of the first string within the second string. For example, | ||
| - | |||
| - | '' | ||
| - | |||
| - | returns 8. If the first string is not contained within the second one 0 is returned. | ||
| - | ===== Parameters ===== | ||
| - | Two attributes of the Plain Text type or two string constants or calculations producing text | ||
| - | ===== Example ===== | ||
| - | <code aim>IF LAST_INDEX_OF (' | ||
| - | |||
| - | |||