TextConverter.Clear

From Xojo Documentation

Method

TextConverter.Clear()

Supported for all project types and targets.

Clears the state of the TextConverter object for converting a new string.

Example

Var c As TextConverter
c = GetTextConverter(GetTextEncoding(&h500), GetTextEncoding(0))
TextArea2.Value = c.Convert(TextArea1.Value)
c.Clear