You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Unicode Intrinsic Functions - Remove Method
Remove the specified string from the source
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

Resulting value after the subject has been removed from the string

Object

*Input

Unicode String

Value 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

  • No labels