Hi, I'm trying to query the variable "Weight" and if it has the content "50" I want to define a new variable: "Stamp" with the content "internal".
Is WCMATCH the right command for this?
(if (= wcmatch Weight "50") (progn (setq stamp "intern")))
(princ)