INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: listcombine unexpected behaviour  (Read 1617 times)

rossp

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 772
listcombine unexpected behaviour
« 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
Logged
Pages: [1]   Go Up