I'm having a problem with a size field not lining up properly when the data
gets transferred to a VSAM file. The field is an 8-digit field, and I need
to force preceeding spaces before each size entry in the range. Entries can
be varying lengths such as 40.5 OZ, 238.3 SF, 16 OZ, and so on. I think I
can come up with a way to do this using a formula, but I'd rather know the
proper way to do this using VB. Any help is greatly appreciated!