Opened 13 years ago
Last modified 13 years ago
#1514 closed defect
Can not replace TimeSet values with ":=" — at Initial Version
Reported by: | André Baceti | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | TimeAlgebra | Version: | 3.1 |
Severity: | normal | Keywords: | TimeSet; Value update |
Cc: |
Description
It is not possible to replace a TimeSet value using :=. TimeSet value remains unchanged after the command.
Example code:
TimeSet test = WD(1);
test := WD(2);
test keeps WD(1) as value
Note: See
TracTickets for help on using
tickets.