Oleg,

        Yes, your suggestion works nicely, if a little slow;
but that is not a problem for this application. I was
worried at first that it would not work because first I
tested it with jconsole and was booted out *immediately*
after the httpget every time. But no such anomoly occurs
with the Java IDE, which is acceptable to me.

Thanx a bunch.

On Sat, 12 Jul 2008, Oleg Kobchenko wrote:

+ You may want to take a look at the httpget.ijs script.
+
+   http://www.jsoftware.com/jwiki/Scripts/HTTP_Get
+
+ > the number of messages for its month: "Messages: 357".
+
+    load '~user/httpget.ijs'
+    require 'regex'
+
+    A=: 
httpget'http://www.jsoftware.com/pipermail/programming/2007-October/thread.html'
+
+    'Messages:[^0-9]*([0-9]+)' (,.@:{:@rxmatch ];.0 ]) A
+ 357
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to