HP3000-L Archives

October 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"VANCE,JEFF (HP-Cupertino,ex1)" <[log in to unmask]>
Reply To:
VANCE,JEFF (HP-Cupertino,ex1)
Date:
Thu, 14 Oct 1999 11:16:05 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (17 lines)
Hello Patrick,

...
> if pos(".","!node") = 0 or &
>    not numeric(str("!node",1,pos(".","!node")-1)) then
...

Just an FYI, on 5.5 PP3(?) you can use the WORD function.  I think
the above line can be changed to:
   if not numeric(word("!node",".")) then ...

This should work for nodenames (single or dotted) and dotted
IP addresses.

FWIW,
Jeff Vance, CSY

ATOM RSS1 RSS2