Difference between revisions of "Identifiers Already Used"

m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Category: Analytica User Guide]]
 
[[Category: Analytica User Guide]]
<breadcrumbs> Analytica User Guide > Appendices > {{PAGENAME}}</breadcrumbs><br />
+
<breadcrumbs> Analytica User Guide > Reference sections> {{PAGENAME}}</breadcrumbs><br />
  
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.
+
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:
 
To see all identifiers currently in use:
  
# Press ''Control+’''  (Control + single apostrophe), to open the '''Typescript''' Window
+
# Press ''Control+’''  (Control + single apostrophe), to open the [[Typescript]] Window
# Type '''List''', then press ''Enter''.<br />
+
# Type <code>List</code>, then press ''Enter''.
 +
#:To see all identifiers starting with the prefix “Con”:
 +
#Type <code>List "^Con"</code>, then press ''Enter''.
  
 +
<Tip Title="Note"> Any regular expression can appear between the quotes.</Tip>
  
To see all identifiers starting with the prefix “Con”:
+
==See Also==
<ol start="3"><li>Type List "^Con", then press ''Enter''.</li></ol>
+
* [[Identifier]]
 +
* [[Typescript]]
 +
* [[Object Manipulation Typescript Commands]]
 +
* [[FindObjects]]
  
<Tip Title="Note"> Any regular expression can appear between the quotes.</Tip>
 
  
<footer>Analytica Specifications / {{PAGENAME}} / Error Message Types</footer>
+
<footer>Memory usage / {{PAGENAME}} / Error Message Types</footer>

Latest revision as of 00:24, 10 August 2017


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”:
  3. Type List "^Con", then press Enter.
Note
Any regular expression can appear between the quotes.

See Also


Comments


You are not allowed to post comments.