Differences

This shows you the differences between two versions of the page.

Link to this comparison view

number_string [2011/07/31 19:12]
hermann created
number_string [2026/08/28 03:28] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Number String ====== ​+====== Number String ======
  
 ===== Description ===== ===== Description =====
  
-This functor makes possible to assign ​number ​values ​to string constants.+Identifies a string by assigning a number to it, so that a container built to consume numbered strings — such as [[Create String]] or [[Select String]] — can pick it out by that number.
  
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Value  | [[String Type|String]]  | The string constant this functor is representing.  | +| Value  | [[String Type]] ​ | String to identify.  | 
-| Value Number ​ | [[Positive ​Number ​Type|Positive Number]]  | The number ​to be associated within this functor.  |+| Value Number ​ | [[Positive ​Integer Value Type]] ​ | Number used to identify the string.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
 +
 +None.
  
 ===== Outputs ===== ===== Outputs =====
 +
 +None.
  
 ===== Group ===== ===== Group =====
Line 21: Line 25:
 ===== Notes ===== ===== Notes =====
  
-===== Internal Name ===== +This functor must be placed directly inside one of the containers that consume numbered strings — [[Create String]] or [[Select String]]. Placed anywhere else, it has no effect. 
 + 
 +Value Number is normally set to a fixed constant chosen by the model author. 
 + 
 +===== Internal Name =====
  
 NumberString NumberString