Take Command / TCC Help v. 13.03

@INC

Hide Navigation Pane

@INC

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

@INC

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 (...)

@INC[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 mark % without modifying the value of the variable. To actually increment the value of the variable var use

 

set var=%@inc[%var]

 

Comments (...)