ECEstudent
Registered User.
- Local time
- Today, 13:54
- Joined
- Jun 12, 2013
- Messages
- 153
Hi, I have values in an array that are formatted like this:
{00123-2396667, 46932-780, 8708-0987, 456-22}
What I am trying to do is break/split the array into 2 arrays so the result would look like this:
{00123, 46932, 8708, 456}
AND
{2396667, 780, 0987, 22}
Does anyone know how to do that?
Thank you
-Laura
{00123-2396667, 46932-780, 8708-0987, 456-22}
What I am trying to do is break/split the array into 2 arrays so the result would look like this:
{00123, 46932, 8708, 456}
AND
{2396667, 780, 0987, 22}
Does anyone know how to do that?
Thank you
-Laura