Difference between revisions of "Identifiers Already Used"
Jhernandez3 (talk | contribs) m |
|||
Line 7: | Line 7: | ||
# Press ''Control+’'' (Control + single apostrophe), to open the '''Typescript''' Window | # Press ''Control+’'' (Control + single apostrophe), to open the '''Typescript''' Window | ||
− | # Type | + | # Type <code>List</code>, then press ''Enter''. |
− | + | #:To see all identifiers starting with the prefix “Con”: | |
− | + | #Type <code>List "^Con"</code>, then press ''Enter''. | |
− | To see all identifiers starting with the prefix “Con”: | ||
− | < | ||
<Tip Title="Note"> Any regular expression can appear between the quotes.</Tip> | <Tip Title="Note"> Any regular expression can appear between the quotes.</Tip> | ||
<footer>Analytica Specifications / {{PAGENAME}} / Error Message Types</footer> | <footer>Analytica Specifications / {{PAGENAME}} / Error Message Types</footer> |
Revision as of 19:27, 8 January 2016
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:
- Press Control+’ (Control + single apostrophe), to open the Typescript Window
- Type
List
, then press Enter.- To see all identifiers starting with the prefix “Con”:
- Type
List "^Con"
, then press Enter.
Note
Any regular expression can appear between the quotes.Comments
Enable comment auto-refresher