> string = string.append('(');
E... why do you assign here? This should have no effect, just
string.append('('); would be easier to read.
Audrius
> string = string.append('(');
E... why do you assign here? This should have no effect, just
string.append('('); would be easier to read.
Audrius