Page 1 of 1

Binding Reference for episodes of season

Posted: 15 Oct 2012, 10:39
by Deviling Master
Hi, is it available a Binding code for the number of episodes of a season?

Like House MD, Season 8, 22 Episodes

Re: Binding Reference for episodes of season

Posted: 15 Oct 2012, 12:22
by rednoah
You can try and play with {episodelist} binding:

Code: Select all

{episodelist.findAll{ it.season == s }.size()}
That's an unofficial/undocumented one, might work, might not, might change with next release. :P