ISDBTools::UFText2MultiString: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (introduced) |
||
Line 12: | Line 12: | ||
For example, if separator is configured as ' | ', then 'Simon | Garfunkel' is converted to 'Simon; Garfunkel'. | For example, if separator is configured as ' | ', then 'Simon | Garfunkel' is converted to 'Simon; Garfunkel'. | ||
Introduced | {{Introduced|3.1}} | ||
=== Related Topics === | === Related Topics === |
Latest revision as of 23:05, 20 April 2013
CoClass SDBTools, Interface ISDBTools
Function UFText2MultiString(UFText As String) As String
Parameters
Name | Type | Description |
---|---|---|
UFText | String | String of multiple items delimited by user configurable separator. |
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 version 3.1.