I have a label that updates after one of several buttons are clicked. After the label is updated I would like to automatically run a function that will clean up the label text. For example if the label is updated to "3.00" I would like to fire a function that reformats it to just "3" or trims " hello " to just "hello".
I know I could do this when the button is clicked but I would have code this into every button push instead of just once after any button updated the field.
Thanks,
Jim
I know I could do this when the button is clicked but I would have code this into every button push instead of just once after any button updated the field.
Thanks,
Jim