start with
(setq mm "111222222b-03")
use the string manip function below to isolate the part after the "-"
(setq mm1 (trimb4 mm "-")) returns the string "03"
(defun trimb4 (STRNG CHK)
(setq STR "" GO T SKIP T CNT (strlen STRNG))
(repeat...
Getting usable resolution on TIFF's directly out of R14 has been a problem. Where are you setting resolution to MAX? I see the option to set resolution when configuring the printer driver "Raster File Export ADI 4.3", however MAX resolution is not one of the optional settings...