120136: Error in expression for <value>: Undefined reference to variable <value>.
Description
A variable was referenced without being defined.
Solution
Ensure that all occurrences of the variable are spelled correctly.
Verify that you used correct syntax when declaring the variable.