> > Unpack works well with fixed format data like this. > > Why would you use unpack when this can be easily split apart with a regex? > I'd think unpack would be overkill! > > -- Brett if you had thousands of dates to split up, unpack is much faster than regexes. way way faster. Luke
- A Split Question paul
- Re: A Split Question Pierre Smolarek
- Re: A Split Question Luke Bakken
- Re: A Split Question Brett W. McCoy
- RE: A Split Question Luke Bakken
- RE: A Split Question Will Crain
- RE: A Split Question John Edwards
- RE: Re: A Split Question paul
- RE: A Split Question John Edwards
- Re: A Split Question Pierre Smolarek
- Re: A Split Question Pierre Smolarek
- Re: A Split Question Jos Boumans
- Re: A Split Question Brett W. McCoy
- Re[2]: A Split Question Maxim Berlin
- Re: Re[2]: A Split Question Brett W. McCoy