String Intrinsic Functions - Remove Method

Remove the specified string from the source

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting value after the subject has been removed from the string
Object*InputStringValue to be removed

Details

Remove removes the first occurrence of the string supplied in the Object parameter.

Example

In this example, if #String contained the value ?CCBBAA?, the result would be ?CCBBA?
#String := #String.Remove(A)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2