0
all you wanna do is put the appropriate letter endings on numbers? is that really that important? i've seen plenty of very official programs use St or Rd or Th or Nd for all the numbers. but if u really need it for some reason the only thing i can think of off the top of my head is just going throuh every number.. if num = 1 then textbox1.text = num&"st"
if num= 2 then textbox1.text = num&"nd"
if num = 3 then textbox1.text = num&"rd"
if num = 4 then textbox1.text = num&"th"
if num = 5 then textbox1.text = num&"th"
if num = 5 then textbox1.text = num&"th"
if num = 6 then textbox1.text = num&"th"
if num = 7 then textbox1.text = num&"th"
if num = 8 then textbox1.text = num&"th"
if num = 9 then textbox1.text = num&"th"
if num = 10 then textbox1.text = num&"th"
if num = 11 then textbox1.text = num&"th"
if num = 12 then textbox1.text = num&"th"
if num = 13 then textbox1.text = num&"th"
if num = 14 then textbox1.text = num&"th"
if num = 15 then textbox1.text = num&"th"
if num = 16 then textbox1.text = num&"th"
if num = 17 then textbox1.text = num&"th"
if num = 18 then textbox1.text = num&"th"
if num = 19 then textbox1.text = num&"th"
if num = 20 then textbox1.text = num&"th"
if num = 21 then textbox1.text = num&"st"
sorry that i can't be of any help
