10 6 50 Replace

LANSA Technical

10.6.50 Replace

Replace replaces the first instance of the value specified in the Object parameter with the value specified in the Replacement parameter

Input Parameters

Object – Value to be replaced

Replacement – Value to be used in place of the Object parameter value

Example

#Com_owner.Caption := #String.Replace( " " "_" )

 

 Ý 10.6 Alphanumeric/String Intrinsic Functions