Commande:
PW_MAPCATCH
Famille: LISTES
Desc: mapcar avec gestion d'erreur vl-catch-all-apply
Syntaxe: 'func liste
Autres informations:
;; (pw_mapcatch 'princ '("1" 2 "3")) -> 123("1" 2 "3")
;; (pw_mapcatch 'read '("1" 2 "3")) -> (1 #<%catch-all-apply-error%> 3)
;; (type (cadr (pw_mapcatch 'read '("1" 2 "3"))) -> VL-CATCH-ALL-APPLY-ERROR
;; après il faut décider ce qu'on fait avec
E:\powerclic\Ut_list.lsp