(apply (lambda (year month day)
         (printf "Year: ~S Month: ~S Day: ~S\n"
                 year
                 month
                 day))
       (regexp-split #rx"/" "2012/06/06"))

Neil V.

____________________
 Racket Users list:
 http://lists.racket-lang.org/users

Reply via email to