Avatar

Level 3

Could you wrap it in an "if"?

if (a.rawValue != null) then this.rawValue = this.rawValue + a.rawValue;

if (b.rawValue != null) then this.rawValue = this.rawValue + b.rawValue;

If it were an array you could use looping.