Differences

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

Link to this comparison view

Both sides previous revision Previous revision
get_table_value [2015/10/15 21:45]
admin
get_table_value [2026/08/28 03:22] (current)
hermann Sync from local documentation review
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Get a value from a table+Gets a value from a table.
  
 ===== Inputs ===== ===== Inputs =====
Line 15: Line 15:
  
 ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^ ^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
-| Value If Not Found  | [[Table Value Type]] ​ | This value to be returned if any of the keys is not present in the table. ​ | None  |+| Value If Not Found  | [[Table Value Type]] ​ | Value returned if any of the given keys is not present in the table. If not provided, an error is reported when the keys are not found. This is an advanced port.  | .none  |
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Result ​ | [[Table Value Type]] ​ | Value extracted from table. ​ |+| Result ​ | [[Table Value Type]] ​ | Value extracted from the table. ​ |
  
 ===== Group ===== ===== Group =====
  
-[[Functor List#​Table|Table]]+[[Functor List#Table | Table]]
  
 ===== Notes ===== ===== Notes =====
  
-If the given keys are not found in the input table and the "Value If Not Found" parameter ​is not provided, an error will be reported.+If the given keys are not found in the input table and Value If Not Found is not provided, ​this functor reports ​an error.
  
 ===== Internal Name ===== ===== Internal Name =====