PslTransList.UndecorateText
Removes additional leading or trailing characters from Text. Which characters are removed depends on the settings in the tab Edit in the dialog Options.
Syntax
Expression.UndecorateText (Text as String) as void
Expression Required. Object of type PslTransList
Text Text to be changed
Text = "Open..."
PSL.ActiveTransList.UndecorateText(Text)
' Should display "Open"
MsgBox(Text)