how can i determine the length of characters used in a sting?
for a example the string "i like tea" has 10 characters (including the blank ones)and after getting the length of the string to make each string 15 character long adding a single character until reaching the desired length
for example "i like tea" to become "i like teaOOOOO"
the strings are in textboxes
(ok i know it's sounds completely silly)
for a example the string "i like tea" has 10 characters (including the blank ones)and after getting the length of the string to make each string 15 character long adding a single character until reaching the desired length
for example "i like tea" to become "i like teaOOOOO"
the strings are in textboxes
(ok i know it's sounds completely silly)