Hi!

I have textbox that have fixed size in GUI and I need to know how many character I can put into it.

For example, the textbox can contain 5 character in GUI and I wan to check if this string "234567.333 " is not to large for the textbox, if it is then I wan to highlight the textbox.text = "#####" (like exel).

Is there any easy way to count how many character a fixed size textbox can...