Iterate comma separated variable with List Iterator

I'm trying to iterate a variable, containg a comma separated list of values, using the List Iterator but the last item in the CSV list is always appended with a carriage return and line feed. Is this a bug and, if so, has it been fixed in newer versions of FB? I'm using v5.5.0.518

I'm trying to workaround the problem by using the String Replace action to remove the CR and LF but I can't get it working. What do a need to use for the Search String?

NB: I tried using String Trimming but it didn't remove the CR & LF, is this by design?

Thanks

This sounds like a bug that was fixed on the most recent build of FinalBuilder 5.5 :

https://www.finalbuilder.com/finalbuilder-5-version-history.aspx

You can download 5.5.0.707 from here :

https://www.finalbuilder.com/download.aspx

Thanks Vincent, I’ll give the newer version a go.