CharacterMap methods syntax

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The syntax for each of the CharacterMap class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of CharacterMap methods.

%outCharacterMap = characterMap:Copy

%outCharacterMap = characterMap:DeepCopy

%characterMap = [%(CharacterMap):]New( In= string, [Out= string], [Pad= c])

characterMap:Update( In= string, [Out= string], [Pad= c])