Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
table_value_type [2015/10/11 23:53]
admin
table_value_type [2016/04/26 00:16]
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**: [[Real Value 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**: [[Real Value 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]] and [[Tuple Type]].