Hi Alex, Thanks, will try it, now going to pick up Francesca.
- Rand On Sat, Apr 25, 2009 at 7:41 AM, Alexander Burger <[email protected]> wro= te: > Hi Tomas, > >> > 01/02/2009 =C2=A0 30.00 =C2=A0 =C2=A0400.00 =C2=A0 =C2=A0t =C2=A0 =C2= =A0Randall Dow >> ... >> (use (@A @B @C @D @E) >> =C2=A0 =C2=A0(when (match '(@A " " @B " " @C " " @D " " @E) (line)) >> =C2=A0 =C2=A0 =C2=A0 (mapcar clip (list @A @B @C @D @E)) ) ) > > While this is an elegant solution, it does not work as expected, because > the '@X' symbols do not necessarily match non-white characters. > > I would stick with Randall's solution, just a little simplified: > > =C2=A0 (filter prog (split (line) " ")) > > Cheers, > - Alex > -- > UNSUBSCRIBE: mailto:[email protected]?subject=3dunsubscribe > -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
