Hey people,
Could someone tell me a quick method for getting integer values from an array (The array is delimited by / )and put these values in an variable.
So if my array looks like this 10/12/2001 - I would like to put 10 in variable M, 12 in variable D and 2001 in variable Y.
thanks in advance