Fill 'empty' part of text control with stars*****
I would like the remaining part of my text control to show stars
e.g control value is 12
it shows *************12
control value is 3567890
it shows *********3567890
My text control does not have a fixed width, this is set in code depending on various factors
Thanks
I would like the remaining part of my text control to show stars
e.g control value is 12
it shows *************12
control value is 3567890
it shows *********3567890
My text control does not have a fixed width, this is set in code depending on various factors
Thanks
Last edited: