Changes between Initial Version and Version 3 of Ticket #1707


Ignore:
Timestamp:
2012-08-31T11:50:28Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1707

    • Property Cc mohamed, → mohamed
    • Property ComponentBackend
    • Property Milestone1.9.0
  • Ticket #1707 – Description

    initial v3  
    22
    33{{{
    4 
    54model tableau
    65 String tab[8];
     
    87 tab=getVariableNameTable(2,8);
    98end tableau;
    10 *************
    11 
    129
    1310function getVariableNameTable
     
    2421   end if;
    2522end getVariableNameTable;
    26 ********************************************
    2723
    2824record modelInExpressionBase
     
    3127    final constant String model2[8] = {"a", "b", "c", "d", "e", "f", "g", "i"};
    3228end modelInExpressionBase;
    33 ********************************************
    34 
     29}}}
     30{{{
    3531Error: 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]
    3632Error:
    3733 Error occurred while flattening model tableau
    38 
    3934}}}
    4035