Avatar

Correct answer by
Level 10

Hi,

This seems to work as you describe it:

this.rawValue = NumericField1.rawValue + "." + (this.parent.index + 1);

However change the field to a Textfield object.

Good luck,

Niall

View solution in original post