Hi,
I need to limit string lenght to be listed into a table.
Actually I am valuating number of characters removing them when they are more than the limit I set.
I works but I have noticed that this is not enought... string lenght (in terms of pixels) depends also by char type... take these exaples:
aaaaa
iiiii
mmmmm
All of them have 5 chars but some of them are using more space.
What I want to know is:
Is there any way to solve this problem so that my table will not be corrupted ?
Thank you very much !
Fabi