Hello,
i'm trying to make a a list of items in a Text Area, something like this:
apple 2 22
banana 31 1
orange 1 3
i want to it o be organized such that the numbers are in one column, and thats not working with me since the names of fruit have different lengths.
i tried to use insert ( str , pos ); method, but it didnt work well for me.
is there a method that might help?