• Re: problems exporting data to file

    From B. Pym@21:1/5 to Frank Buss on Tue Jun 24 00:17:40 2025
    Frank Buss wrote:

    it, but it works. It would be easier, if AutoCAD lisp has the loop macro, because then you could write:

    (loop for b from 0 to (1- (sslength a)) do (your code))

    Gauche Scheme:

    (dotimes (b (sslength a)) (your code))

    Is it true that users of CL inspired the making of
    the movie "Idiocracy"?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)