>>>>> On Mon, 5 Oct 2020 10:08:08 +0200, Axel Kielhorn 
>>>>> <org-m...@axelkielhorn.de> said:

>From the docstring:
    >> Return the last link of LIST.  Its car is the last element.

    Axel> But I get:
    Axel> Wrong type argument: stringp, ("30 $“)

You need to do (car (last ...))

and you'll want some calls to 'string-to-number', since

(string< "30 $" "127 $")
=> nil

Robert
-- 

Reply via email to