Avatar

Level 10

Glad you got it working Dave.

Just one small thing. You should not have to resolve the nodes, as the objects are in the same row. It uses resources to resolve the nodes, especially when there are multiple rows. the following should work:

this.rawValue = MonBH.rawValue + TueBH.rawValue + WedBH.rawValue + ThuBH.rawValue + FriBH.rawValue;

This is leaner script,

Niall