Error Messages/41108
Error Message Examples
Cycle encountered during evaluation of Slice(*,Time,*).
Cause
The use of the Slice function inside the Dynamic loop has caused a cycle. Not specifying the offset in the call to Slice is a possible cause of this error.
The following dynamic call below would trigger this error:
Dynamic(100, Slice(DynamicVar, Time, @Time-0) * 1.1)
Remedies
Remove the cycle by passing an offset to the Slice operation.
Comments
<comments />
Enable comment auto-refresher