Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

String Intrinsic Functions - LastPositionIn Method

Panel
bgColor#2c3c4c

Find the last position of the subject in a string

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting position

String

*Input

String

String to be searched

Details

LastPositionIn returns the last position of the subject string in a string. If the string is not found, the result will be 0.

LastPositionIn is case sensitive.


See also

All Component Classes

Technical Reference