Difference between revisions of "Error Messages/41198"
(Created page with "= Example Error Message = Undefined Identifier, 'Rar' = Cause = When Analytica is attempting to read a file or parse an expression, this error results if it encounters an ide...") |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Example error message == | |
− | + | :<code>''Undefined Identifier, 'Rar'''</code> | |
− | + | == Cause == | |
− | + | When Analytica is attempting to read a file or parse an expression, this error results if it encounters an [[identifier]] that does not match the identifier of any other Analytica object in memory. | |
− | = Remedy = | + | This message will often result when you open a file that is not an Analytica model file. For example, the example shown occurred when we tried to open a <code>*.rar</code> file using '''File → Open'''. A <code>*.rar</code> file is a compressed file (like a <code>*.zip</code> file), and not a valid format for an Analytica file. |
+ | |||
+ | == Remedy == | ||
+ | |||
+ | ==See Also== | ||
+ | * [[Identifier]] | ||
+ | * [[Files and Editing]] | ||
+ | * [[Read and write text files]] | ||
+ | * [[Read from and write to Excel spreadsheets]] | ||
+ | * [[Read data from URL on internet]] | ||
+ | * [[To open or exit a model]] | ||
+ | * [[Parsed Expressions]] |
Revision as of 23:06, 11 April 2016
Example error message
Undefined Identifier, 'Rar'
Cause
When Analytica is attempting to read a file or parse an expression, this error results if it encounters an identifier that does not match the identifier of any other Analytica object in memory.
This message will often result when you open a file that is not an Analytica model file. For example, the example shown occurred when we tried to open a *.rar
file using File → Open. A *.rar
file is a compressed file (like a *.zip
file), and not a valid format for an Analytica file.
Remedy
See Also
Comments
Enable comment auto-refresher