You can find the script for todayno (or any J verb that you interested) by
FIF in menu (or press ctrl-shift-f),
choose the 'folders' tab,
type 'todayno=' in 'Find what:'
choose 'system' in 'in folders'
press 'find' button.

BTW, some authors prefer inserting padding spaces between name of verb and '=:', that make searching less direct and requires the regex option in FIF, like
'todayno\s*='

Hahn, Harvey wrote:
Joey Tuttle wrote:
|
|    ]d =.  20080102 ; 20080104 ; 20080106
|+--------+--------+--------+
||20080102|20080104|20080106|
|+--------+--------+--------+
|
|    1&todayno &.> d
|+-----+-----+-----+
||75971|75973|75975|
|+-----+-----+-----+

But when I try this, I get this (x is the date row in the boxed array):

   xx =: x   NB. to "play it safe" with "x" and "y"
   x2 =: 1&todayno &.> xx
|domain error: todayno
|   a=.0 100 100    #:a

What's my problem?  Thanks!

Harvey
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to