That’s the thing; I declared ‘reset’ on the class, not the instance table (as I did in my original code copied from the incorrect Tutorialpoint example).

When I did this before, changing the value of a property on one instance also changed it on the other. Not so, in this case, for some reason…

Anyway, my project is working fine now, so I’ll stick with the method I have :slight_smile:

Thanks again.