Contents - Index


LogV

 

LogV a, b, c R$

 

LogV will write the values of the EES variables following the keyword to the Macro log file.  The log file may be helpful for debugging a macro file.  Each value written to the log file will be preceded by the varialbe name and an equal sign.  If you do not want the variable name to appear in the log file, add /N afer the LogV keyword.

 

Example:

a=1

b=2

c=3

R$='R460A'

logV R$ a b c

 

R$=R460A  a=1  b=2  c=3  {will be written to the log file}

 

See also: Log

 

MacroCommands