M
Mac
Part_number Char 25
Description Char 30
Date Date 8
output = additem part_nbr+' '+description+date
All the part numbers or descriptions do not have the same lengths so when I
print it, mess up my listbox's display.
How can I print or fix the length of part number, description etc so it
prints the same number of characters?
Thx
Description Char 30
Date Date 8
output = additem part_nbr+' '+description+date
All the part numbers or descriptions do not have the same lengths so when I
print it, mess up my listbox's display.
How can I print or fix the length of part number, description etc so it
prints the same number of characters?
Thx