show/hide this revision's text 2 added 174 characters in body

Adding to Chris's answer, you can also do:

(*this).isVal = str;

However, it's better to do what Chris said, as it is more orthodox. This is just illustrating that you need to de-reference the pointer before calling methods on it.

show/hide this revision's text 1

Adding to Chris's answer, you can also do:

(*this).isVal = str;