Error Messages/40603
< Error Messages
Revision as of 23:52, 20 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The offset in an expression of the form ident[Time-k], the Time position indicated is beyond the range of the Time index. = Cause = The value of t…')
Error Message Examples
The offset in an expression of the form ident[Time-k], the Time position indicated is beyond the range of the Time index.
Cause
The value of the offset, k, causes the Time index for the identifier to be outside the Time range.
This error will be caused by the following definition:
Time := 1..5;
Dynamic_node := Dynamic( 100, Dynamic_node[Time - 2] * 0.9 );
Remedies
Comments
<comments />
Enable comment auto-refresher