ISDBTools::UFText2MultiString
From MMWiki
CoClass SDBTools, Interface ISDBTools
Function UFText2MultiString(UFText As String) As String
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| UFText | String | String of multiple items delimited by user configurable separator. |
[edit]
Method description
Converts a string of multiple items delimited by user configurable separator (see Options dialog), for example a list of several artists, to a string of items delimited by semicolon.
For example, if separator is configured as ' | ', then 'Simon | Garfunkel' is converted to 'Simon; Garfunkel'.
Introduced in MediaMonkey 3.1.
[edit]
