====== Table Value Type ====== A table value is a value that can inserted in a table. These values correspond to strings or real numbers. ===== GUI Editor ===== [{{ :editors:table_value_editor.png?nolink |Graphical representation of the table value editor}}] ===== EGO Script ===== Table values can represented using the standard Dinamica EGO notation for [[Real Value Type|numbers]] and [[String Type|strings]]. 0.3456 -0.0134 3.14 0.0054 -1e-4 "string" "string contendo \"aspas\"" ===== Automatic Conversions ===== * **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]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Name Type]], [[String Type]], [[Tuple Type]] and [[Index Or Name Type]].