Thanks, Tom.

I should have run this with no profile but I was busy figuring out the Wiki
edit process.

FYI, the missing functions you mentioned are:
qts=: 3 : 0
NB.* qts: like {quad}TS: return current timestamp.
   6!:0 ''
)

NB. and

NB.* lead0s: precede integer y. with up to x. leading zeros.
lead0s=: 4 : '(-x.>.$,":y.){.(x.$''0''),(]`":@.(0={.0$y.))y.'

I'll add these to the logger script.

On 4/1/06, tom arneson <[EMAIL PROTECTED]> wrote:
>
> Devon,
>
> Another missing definition:
>
>    showdate''
> |value error: lead0s
> |   dt=.}:;(2     lead0s&.>":&.>3{.y.),&.>'/'
>
> Lead0s is not there.
>
> Tom Arneson
> http://home.comcast.net/~tomarneson/
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Devon McCormick
> Sent: Saturday, April 01, 2006 15:52
> To: J-programming forum
> Subject: [Jprogramming] Logger routines available
>
> I've put my "logger" script on the J Wiki at
> http://www.jsoftware.com/jwiki/Scripts.
> This provides a way to log messages to a file and (optionally) display
> them
> in a
> small message window.
>
> This is a cleaned-up version of the "statusWin.ijs" I posted on the forum
> a
> couple of
> days ago.
>
> If anyone's interested, please give it a try and let me know if I'm
> missing
> any definitions.
>
> Thanks,
>
> Devon
> --
> Devon McCormick
> ^me^ at acm.
> org is my
> preferred e-mail
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



--
Devon McCormick
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to