newLISP Fan Club

Forum => newLISP in the real world => Topic started by: HPW on October 27, 2003, 01:37:39 PM

Title: Bug in tk-args
Post by: HPW on October 27, 2003, 01:37:39 PM
Instead of:


(define (tk-args)
(parse (tk "args" " ")))


must be


(define (tk-args)
(parse (tk "args") " "))
Title:
Post by: HPW on November 09, 2003, 12:57:41 AM
Bug is still in 7300 source distribution!
Title:
Post by: Lutz on November 09, 2003, 06:46:09 AM
thankyou for catching this, will be corrected in 3.01



Lutz