How does one convert the date 12131946 to 19461213 without losing any information?
P PaulaV May 13, 2005 #1 How does one convert the date 12131946 to 19461213 without losing any information?
D Douglas J. Steele May 13, 2005 #3 I'd definitely use & rather than + to concatenate the values, just to make sure it does concatenate and not add the numeric values.
I'd definitely use & rather than + to concatenate the values, just to make sure it does concatenate and not add the numeric values.