Re: [Jprogramming] dyadic format customization request

2022-09-20 Thread Elijah Stone
'%07d' sprintf 8 008 On Tue, 20 Sep 2022, David Lambert wrote:     7":!.'0'8 008 Use: uniform length filenames are really nice. Thanks!  Dave -- For information about J forums see http://www.jsoftware.com/forums.

Re: [Jprogramming] dyadic format customization request

2022-09-20 Thread Raul Miller
Another approach would be: 'r<0>7.0' 8!:2,.i.3 000 001 002 Anyways... if we're going to have ":!.n, I think I would prefer that n represent the numeric base to be used for formatting. (But that's something for future versions of ourselves to worry about.) -- Raul On Wed, Sep 21,

Re: [Jprogramming] dyadic format customization request

2022-09-20 Thread Jan-Pieter Jacobs
Or also very close to your proposal: _7{.!.'0' ": 8 008 Cheers, Jan-Pieter On Tue, 20 Sept 2022, 16:50 Raul Miller, wrote: >1}.":1e7+8 > 008 > > FYI, > > -- > Raul > > On Tue, Sep 20, 2022 at 10:46 AM David Lambert > wrote: > > > > 7":!.'0'8 > > > > 008 > > > > Use: un

Re: [Jprogramming] Viewmatnot functioning in IOS J

2022-09-20 Thread Ian Clark
> It is highly like that the 15.7 update has somehow screwed with Viewmat??? Yes. IMO that's exactly what has happened. I'll stick my neck out and predict that when you do update, viewmat will stop working. Or rather it will work, but show a display of all black pixels. > I will stick with 15.6.1

Re: [Jprogramming] dyadic format customization request

2022-09-20 Thread Raul Miller
1}.":1e7+8 008 FYI, -- Raul On Tue, Sep 20, 2022 at 10:46 AM David Lambert wrote: > > 7":!.'0'8 > > 008 > > Use: uniform length filenames are really nice. > > Thanks! Dave > > -- > For information about J foru

[Jprogramming] dyadic format customization request

2022-09-20 Thread David Lambert
    7":!.'0'8 008 Use: uniform length filenames are really nice. Thanks!  Dave -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] Viewmatnot functioning in IOS J

2022-09-20 Thread Richard Donovan
UPDATE Viewmat is still working fine on my iPhone]. It was working on my iPad till last week. Just noticed that my iPad got auto-updated to iPadOS 15.7 recently but my iPhone is still on iOS 15.6.1. It is highly like that the 15.7 update has somehow screwed with Viewmat??? I will stick with 15

Re: [Jprogramming] !

2022-09-20 Thread Henry Rich
I agree. Henry RIch On 9/20/2022 2:22 AM, Raul Miller wrote: On Tue, Sep 20, 2022 at 12:23 AM Elijah Stone wrote: !__ |limit error | !__ !x:__ _ Is there a justification for _-:!__ ? I don't think so. ! for negative integers alternates between _ and __ and it's finite for f