Hey guys,
This is a quick formatting question that I'm having trouble with. I'm trying to create columns of numbers, but I want the columns to only be as large as the largest number in that column. I was trying to use format() width, but that is creating a width between the numbers so the columns don't line up. What I want is something that looks like this (where each of the numbers are a different variable):
CARD 1 5 3 1
CARD 10 23 3 23
CARD 1 122 3 233
Hopefully that makes sense. This problem seems like an easy fix but I can't figure it out and its really bothering me!
Thanks in advance.