Differences

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

Link to this comparison view

Next revision
Previous revision
table_value_type [2013/08/08 16:22]
admin created
table_value_type [2016/05/14 03:48] (current)
hermann [Automatic Conversions]
Line 9: Line 9:
 ===== EGO Script ===== ===== EGO Script =====
  
-Table values can represented using the standard Dinamica EGO notation for [[Double ​Type|numbers]] and [[String Type|strings]].+Table values can represented using the standard Dinamica EGO notation for [[Real Value Type|numbers]] and [[String Type|strings]].
  
 <code cpp> <code cpp>
Line 23: Line 23:
 ===== Automatic Conversions ===== ===== Automatic Conversions =====
  
-  * **Converted from**: [[Double ​Type]] and [[String Type]].+  * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Name ​Type]] and [[String Type]].
  
-  * **Converted to**: [[Double ​Type]], [[String Type]] ​and [[Tuple Type]].+  * **Converted to**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Name ​Type]], [[String Type]][[Tuple ​Type]] and [[Index Or Name Type]].