Changes between Initial Version and Version 1 of Ticket #3245


Ignore:
Timestamp:
2015-03-25T09:34:32Z (10 years ago)
Author:
Jan Kokert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3245 – Description

    initial v1  
    1 OMEdit crashes when a record parameter is set in a function (see code below), it looks very similar to bug 3082 which is fixed.
     1OMEdit crashes when a record parameter is set in a function (see code below), it looks very similar to bug #3082.
    22
     3{{{
    34model TestRecord
    45  function setRecordFunction
     
    3738  end setRecordFunction2;
    3839end TestRecord;
     40}}}