Re: Fwd: automatically generating test data

2017-01-12 Thread dean
Hi Alex I'm really pleased I asked. Thank you for putting me straight. Best Regards Dean On 12 January 2017 at 16:28, Alexander Burger wrote: > Hi Dean, > > > Is this the best way of automatically generating a list of ("" "" > > etc. > > No ;) > > > > (de

Re: Fwd: automatically generating test data

2017-01-12 Thread Alexander Burger
Hi Dean, > Is this the best way of automatically generating a list of ("" "" > etc. No ;) > (de mk_Ltest_data (Start_x Eles Ele_chars) >(setq L (range Start_x (- (+ Start_x Eles) 1))) >(setq L2 (mapcar 'char L)) >(setq L3 NIL) >(for X (range 1 Ele_chars) > (setq

Fwd: automatically generating test data

2017-01-12 Thread dean
-- Forwarded message -- From: dean Date: 6 January 2017 at 08:50 Subject: automatically generating test data To: picolisp@software-lab.de Is this the best way of automatically generating a list of ("" "" etc. (de mk_Ltest_data (Start_x Eles