Error Messages/42379
Error message
In Analytica 6.4 or later:
- '3' is not a valid identifier. A valid identifier must start with a letter (Unicode categories Ll, Lm, Lo, Lt, Lu or Nl). Some identifiers can start with an underscore, but your own identifiers should not. After the first character, subsequent characters can include all the starting categories as well as digits, underscores, and Unicode categories Mc, Mn, Nd and Pc. These cover typical words across pretty much all languages. In general, spaces and punctuation are not allowed. If you really want, you can include almost any characters in an identifier if surrounded by backquotes.
Or in Analytica 6.3 or earlier:
- The identifier '3' contains invalid characters. An identifier must start with a letter and contain only numbers, digits and underscores}}
Description
You've entered a name that does not qualify as a legal identifier. For details on what can be used as a legal identifier, see Legal names for identifiers.
Release Analytica 6.4 expanded the space of possible identifiers to include words in non-English languages.
Comments
Enable comment auto-refresher