Error Messages/41108

< Error Messages
Revision as of 00:42, 18 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Cycle encountered during evaluation of Slice(*,Time,*). = Cause = The use of the Slice function inside the Dynamic loop has caused …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.



You are not allowed to post comments.

Comments
<comments />