I have three edit controls. Each takes up to 4 numeric characters. I would like to set it up so I can paste a string of numbers
and fill up all three text boxes. For example, I copy the string 123456789123. I select the first edit control and hit paste.
1234 should fill edit_control_1, 5678 should fill edit_control_2, and 9123 should fill box three.
What's the best way to do this?
thanks,
Fred
Start Free Trial