Script Assignment Statement

_var = expression

Use an assignment statement to "assign" a value to a variable. First type the name of the variable, then an equal sign (assignment operator), and an expression. An expression can be a variable, a string, a number, a file name, an arithmetic expression, or a function. For example:

_count = 0
_count = _count + 1
_author = "dittmar, p"
_filename = <rn.txt>

Copyright © 2017 American Chemical Society. All Rights Reserved.