Changes between Initial Version and Version 1 of Ticket #3245
- Timestamp:
- 2015-03-25T09:34:32Z (10 years ago)
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.1 OMEdit crashes when a record parameter is set in a function (see code below), it looks very similar to bug #3082. 2 2 3 {{{ 3 4 model TestRecord 4 5 function setRecordFunction … … 37 38 end setRecordFunction2; 38 39 end TestRecord; 40 }}}