INTERACT FORUM

More => Old Versions => Media Center 15 (Development Ended) => Topic started by: rossp on August 15, 2010, 04:42:38 am

Title: listcombine unexpected behaviour
Post by: rossp on August 15, 2010, 04:42:38 am
Hi

I use listcombine to generate a year and put it into a field called tmpyear. I then show my movies based on that.

ListCombine([ProductionYear],[Year])

Prior to build 95 it worked well. Now the if the ProductionYear has a value the result has a ; on the end i.e '2010;'
If the Year has a value it does not i.e '2010'

This makes the listing all funky.

I have fixed it using

ListItem(ListCombine([ProductionYear],[Year]),0,;)

Rgds...Ross