10 6 46 Remove

LANSA Technical

10.6.46 Remove

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

Input Parameters

Object – String to be removed from the subject

Example

In this example, if #String contained the value "CCBBAA", the result would be "CCBBA"

 

#String := #String.Remove(A)

 

 Ý 10.6 Alphanumeric/String Intrinsic Functions