Re: Format by example

2020-08-08 Thread Dr . Jürgen Sauermann
Hi Bill, interesting. Works on my machine:    'This is a description 55,550.' ⍕ 5 5⍴1 This is a description  1.This is a description  1.This is a description    1.This is a description  1.This is a description 

Re: Format by example

2020-08-08 Thread Bill Heagy
I still see a segfault. wheagy@bigflight:~/apl_svn/apl/trunk$ akt src/apl __ _ __ __ _____ __ / // | / // / / / / | / __ \ / / / / __ / |/ // / / / / /| | / /_/ // / / /_/ // /| // /_/

Re: Format by example

2020-08-08 Thread Dr . Jürgen Sauermann
Hi Bill, I believe I have fixed this, SVN 1334. However, I would try to avoid "format by example" where possible. It looks simple at first glance, but seems to allow somewhat  quirky format strings (e.g. numbers with multiple decimal poin