0326

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

A literal is passed as a variable to a function that wants to return a value.

Cause:

A literal is passed as a variable to a function that wants to return a value.You attempted to assign a value to a literal. You can't.

Remedy:

Put the value into a variable and pass the variable instead.Do not expect the variable to have the same value when it has returned from the function call