Hahahaha. I didn't really consider running this in versions of J less than 601 but I did copy the dateencode verb from one of my J504 projects. :)
I used the file parsing example because besides using J in MRP, Payroll, WIP and other high volume calculations ... I use J to parse text files like EDI documents, AS400 interface files, Log files, B2B message files and of course ... payroll time device files. New J programmers should really take time and read the example script that I attached named timedeviceviewer.ijs ... it has a lot of utility codes in there. ;) What the heck, I've been using J for 6 years now and I still consider myself a newbie. :D -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Bron Sent: Thursday, February 15, 2007 11:38 PM To: General forum Subject: Re: [Jgeneral] J.NET Guide David Mitchell wrote: >|spelling error >| 10000 100 100 base y. This just proves that the code truly is "Real World": it's intended to run in a J several versions old. That is, it's running fine in J5, and if it ain't broke, don't fix it :) For your puposes, either run http://www.jsoftware.com/jwiki/Scripts/Fixargs against it, or put 9!:49[1 at the top of it, or check the box at Edit>Configure>Parameters>Permit x.y. names in Explicit definitions . -Dan ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
