String Intrinsic Functions - LastPositionIn Method

Find the last position of the subject in a string

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)IntegerResulting position
String*InputStringString 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

Febuary 18 V14SP2