- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.
Views
Replies
0 Likes
Total Likes