Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Updated plugins (Attn: dcantor)

May
12,846
164
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)
 
Thanks, Vince. %@IPTOHEX[010.011.012.013] now yields 10.11.12.13, as expected.
 
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!
 
Control-F expands aliases by default. You can add a line NormalKey=Ctrl-F to your .INI file somewhere in the [4NT] section to de-assign it.
 

Similar threads

Back
Top