Updated plugins (Attn: dcantor)

May 20, 2008
12,171
133
Syracuse, NY, USA
There are new 4UTILS and 4CONSOLE plugins in ftp://lucky.syr.edu/4plugins.
I changed the behavior of @IPTOHEX as dcantor requested.
In 4CONSOLE, CSBFIND now accepts regular expressions (only!, but a plain string is still matched literally). I got rid of CFIND (which invoked the console "Find" dialog) and replaced it with SYSMENU (follow SYSMENU with the letters you want pressed in the system menu). I use it like this:

Code:
v:\> alias @@Ctrl-F
sysmenu e f
(console "Find" dialog)
 
v:\> alias @@Ctrl-P
sysmenu p
(console "Properties" dialog)
 
May 20, 2008
12,171
133
Syracuse, NY, USA
Thanks, Vince. %@IPTOHEX[010.011.012.013] now yields 10.11.12.13, as expected.
It was actually easier than using the network functions .... just scan for 4 unsigned numbers less than 256 separated by periods and write them out in hex ... knocked a few bytes off the plugin!
 

Similar threads