Identifiers Already Used

Revision as of 10:15, 12 December 2015 by Jhernandez3 (talk | contribs) (Created page with "Category: Analytica User Guide <breadcrumbs> Analytica User Guide > {{PAGENAME}}</breadcrumbs><br /> Each object, whether built-in or created by you, must have a unique i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Each object, whether built-in or created by you, must have a unique identifier. This identifier must start with a letter, and can be up to 20 characters including letters, digits, and underscores. If you try to create an identifier already in use, it warns you and appends a digit to make it unique.

To see all identifiers currently in use:

  1. Press Control+’ (Control + single apostrophe), to open the Typescript Window
  2. Type List, then press Enter.


To see all identifiers starting with the prefix “Con”:

  1. Type List "^Con", then press Enter.
Note
Any regular expression can appear between the quotes.
Comments


You are not allowed to post comments.