Command Line

Command LET

Function:

Evaluate an expression and set the specified environment variable with the result.
Syntax:
LET variable=expr
variableEnvironment variable name where the result is stored.
exprExpression to evaluate.
Note:
  • Parameter expr follows the same rules as parameter expr for command CALC. Also, when parameter expr includes characters that have a special meaning (eg. <, >, & etc) then enclose the complete expr in brackets, as follows :-
    LET variable=( expr )
  • Also see command SET, XSET, CALC and Batch Programs.

Copyright © 1995-2005 Lucien Cinc, All Rights Reserved
WinOne is an Australian registered trademark of Lucien Cinc