NAME
SubtractFrom — Take variable and subtract amount from it.
ERRORS
Error Conditions
Condition
Error Code
Error Message
Input value is non-numeric.
-2
Got input value $Value. Expected numeric value.
Got empty string instead of variable name.
-3
Variable name is missing. Got empty string.
COMMENTS
For the main part of the command documentation, see
here
.