- Aug
- 2,320
- 111
Hello @Charles Dye,
I cannot get the @PSHELL function to work with the CMath feature of the EditKeys plugin.
I'm trying a solution that you gave me a while back for working with @EVAL,
but it does not work in this instance.
Joe
I cannot get the @PSHELL function to work with the CMath feature of the EditKeys plugin.
Code:
R:\>which @pshell64
@pshell64 is a user-defined variable function (%@strip[%@char[13 10],%@pshell[%$]])
R:\>pshell /s "$a=60"
R:\>pshell /s $a
60
R:\>:%@pshell64[$a]
%@pshell64[$a] = 60
R:\>:%@pshell[$a]
TCC: Syntax error "60
"
I'm trying a solution that you gave me a while back for working with @EVAL,
but it does not work in this instance.
Joe