Changes between Initial Version and Version 3 of Ticket #1707
- Timestamp:
- 2012-08-31T11:50:28Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1707
- Property Cc mohamed, → mohamed
- Property Component → Backend
- Property Milestone → 1.9.0
-
Ticket #1707 – Description
initial v3 2 2 3 3 {{{ 4 5 4 model tableau 6 5 String tab[8]; … … 8 7 tab=getVariableNameTable(2,8); 9 8 end tableau; 10 *************11 12 9 13 10 function getVariableNameTable … … 24 21 end if; 25 22 end getVariableNameTable; 26 ********************************************27 23 28 24 record modelInExpressionBase … … 31 27 final constant String model2[8] = {"a", "b", "c", "d", "e", "f", "g", "i"}; 32 28 end modelInExpressionBase; 33 ******************************************** 34 29 }}} 30 {{{ 35 31 Error: Type mismatch in assignment in variableNameTable[{1,2,3,4,5,6,7,8}] := {\"a\",\"b\",\"c\",\"d\",\"e\",\"f\",\"g\",\"h\"} of String[dim] := String[8] 36 32 Error: 37 33 Error occurred while flattening model tableau 38 39 34 }}} 40 35