The width of a column in a table is determined by its size in the .per, so it might be 100 chars wide, but 100 chars of data may only take up half that amount of room, leaving lots of empty space. I can't seem to control this except for manually resizing the column headers. It would be nice if the width of the column in the table didn't restrict the amount of data that could be shown, eg you could have an array of char(100) and a table column of 60 chars wide and the data wouldn't be truncated as it is in my example.
Is this possible already, have I missed something?
GDC 2.11.05