Bug in tk-args

Started by HPW, October 27, 2003, 01:37:39 PM

Previous topic - Next topic

HPW

Instead of:


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


must be


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

HPW

#1
Bug is still in 7300 source distribution!
Hans-Peter

Lutz

#2
thankyou for catching this, will be corrected in 3.01



Lutz