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...") |
|||
(One intermediate revision by the same user not shown) | |||
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]] | ||
+ | * [[Excel spreadsheets read and write]] | ||
+ | * [[Read data from URL on internet]] | ||
+ | * [[To open or exit a model]] | ||
+ | * [[Parsed Expressions]] |
Latest revision as of 16:37, 2 June 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