Hi Kashyap,

> I noticed that "pad" pads number with 0 prefix. What would be a good way to
> use space instead?

There is already a function: 'align' :)

   : (pad 5 3)
   -> "00003"
   : (align 5 3)
   -> "    3"

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to