![]() |
![]() |
![]() |
|
DEC
The DEC command will decrement a variable by a specified Value or by a default of 1.
DEC Variable, Value
Variable Integer Value Integer
This command does not return a value.
Both integer and real variables can be decremented by either an integer or real value, in addition to array and data type elements.
A=10
|