Take Command / TCC Help v. 13.03

@DEC

Hide Navigation Pane

@DEC

Previous topic Next topic No directory for this topic No expanding text in this topic  

@DEC

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@DEC[string] : Returns :

 

-1 if string is empty

otherwise the same value as @EVAL[string - 1]

 

If string is the name of an environment variable, its value is used whether or not it is preceded by a percent sign % without modifying the value of the variable. To actually decrement the value of the variable var use:

 

set var=%@dec[%var]

Comments (...)