I am building a table from a 2D array. The 2D array is built from 3
1D arrays (1 is I16 integer numbers, 1 is doubles with 2 decimal place
precision, and 1 is doubles with 4 decimal place precision). The only
way I can get the correct representation in my table is by having all
3 columns display with 4 decimal places. However, I need them to all
display accordingly (the first column with no decmials, middle column
with 2 decimals showing, and the last column with 4 decimals showing).
Do I need to change the way I am building the table alltogether, or is
there a way to control this formatting easier? Any help or direction
would be greatly appreciated. Thank you in advance.