ofcourse!!! ... thanks Alex.
Regards,
Kashyap

On Mon, Jun 10, 2019 at 7:01 AM Alexander Burger <a...@software-lab.de>
wrote:

> 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