Set RCO Variable with Translate Value Pseudo Code

Read point

For each element in the array point

  Get String Representation

  If current array offset = search text

    Store offset

    Break out of loop

  End if

Next Element

Return offset

 Note: Comparison is case insensitive.

More information

Set RCO Variable with Translate Value.