Nov 12, 2012 Thread starter #2 C charleskim Guest You need to covert number into string using ITOS. Length = ITOS(d1) Width = ITOS(d2) Height = ITOS(d3) SIZE = Length + "x" Width + "x" + Height Charles
You need to covert number into string using ITOS. Length = ITOS(d1) Width = ITOS(d2) Height = ITOS(d3) SIZE = Length + "x" Width + "x" + Height Charles