- May
- 13,802
- 211
After changing the file name and the internal name and loading both plugin DLLs, I have this.
Apparently, I can use COMMANDs and _VARIABLESs when specifying the plugin name.
But I can't use an exported @FUNCTION. Am I doing it right? Notice the screwy result of the second command below ... something to do with "%@".
Code:
v:\> plugin | grep 4.TILS
4UTILS: @AVG @BERNOULLI @BINOMIAL @CIDRTOIP @CKSUMF @CLOCK @CYCLIC
4XTILS: @AVG @BERNOULLI @BINOMIAL @CIDRTOIP @CKSUMF @CLOCK @CYCLIC
Apparently, I can use COMMANDs and _VARIABLESs when specifying the plugin name.
Code:
v:\> 4xtils$uhelp clock
Manipulate clocks 1 - 8
CLOCK N [ON | OFF | ZERO | ZON | ZOFF]
Returns 1 if clock N is running, 0 if not.
When 4UTILS.DLL is loaded, clocks 1 to 8 are zero and stopped.
Clock 0 (a pseudo-clock) gives the duration of the 4NT/TCMD session.
It can be read with @CLOCK; it cannot be manipulated with CLOCK.
v:\> echo %_4XTILS$t12
21:56:44.031291
But I can't use an exported @FUNCTION. Am I doing it right? Notice the screwy result of the second command below ... something to do with "%@".
Code:
v:\> echo %@clock[1]
0
v:\> echo %@4XTILS$clock[1]
echo4XTILS$clock[1]