Undefined variable
Appearance
An undefined variable in a computer program is a variable name that is called by the program but which has not been previously assigned a value by that program. This usually results in an undefined variable error message.