Has anyone else had a problem when nesting this popular method of switching "The" to the end of something ...
... into an [IFVALUE] script?
I've used [artist] as an example. "The Police" should output as "Police, The", but instead I get just "Police".
I found by entering this test script into the Naming field
and watching the Example output, by removing the comma in "[COLOR="red"], The[/COLOR]" it would change "Police" to "Police The".
I would say the comma should be interpretted as being within the [TRIM] statement, but not by [IFVALUE] it would seem. Is this a bug or have I got something wrong?
Code:
[IFEQUALS]artist,The [DEL]1,4,[artist][], [TRIM][DEL]1,4,[artist][], The[] [] [IF!EQUALS]artist,The [DEL]1,4,[artist][], [artist] []
I've used [artist] as an example. "The Police" should output as "Police, The", but instead I get just "Police".
I found by entering this test script into the Naming field
Code:
[IFVALUE]artist,[TRIM][DEL]1,4,[artist][][B][COLOR="red"], The[/COLOR][/B][],test[]
I would say the comma should be interpretted as being within the [TRIM] statement, but not by [IFVALUE] it would seem. Is this a bug or have I got something wrong?
Comment