ofcourse!!! ... thanks Alex. Regards, Kashyap On Mon, Jun 10, 2019 at 7:01 AM Alexander Burger <[email protected]> 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:[email protected]?subject=Unsubscribe >
