System information
Reference Guide Crestron 2-Series Control System
140 • 2-Series Control Systems Reference Guide – DOC. 6256A
Error Level Messages, M (continued)
MESSAGE DEFINITION
Module xxxx : xxxx at
line nnn: Destination
string StringName
overflow. CurLen = nn
MaxLen = mm.
A string function is overflowing its destination string. Check the
inputs to the string function.
Module xxxx : xxxx at
line nnn: Divide by
Zero.
The Simpl+ module has attempted a divide by 0. The result is set
to 0 but is invalid.
Module xxxx : xxxx at
line nnn: FindNext
called before
FindFirst.
The FindNext Simpl+ function was called before the FindFirst
function. Check the Simpl+ module.
Module xxxx : xxxx at
line nnn: Input/Output
Array ArrayName
overflow. Index = nn.
Bounds = bb.
The Simpl+ module has accessed an input/output array with an
invalid index, nn. Valid indices are 1 to bb.
Module xxxx : xxxx at
line nnn: Integer Array
IntArrayName
overflow. Col = nn.
Bounds = nn.
The Simpl+ module has accessed a one-dimensional integer array
with an invalid index, nn. Valid indices are 0 to bb.
Module xxxx : xxxx at
line nnn: Integer Array
IntArrayName
overflow. Row,Col =
rr,cc. Bounds =
bb,dd.
The Simpl+ module has accessed a two-dimensional integer array
with an invalid row (rr) or column (cc). Valid indices are 0 to bb, 0 to
dd.
Module xxxx : xxxx at
line nnn: LongInteger
Array IntArrayName
overflow. Col = nn.
Bounds = bb.
The Simpl+ module has accessed a one-dimensional long integer
array with an invalid index, nn. Valid indices are 0 to bb.
Module xxxx : xxxx at
line nnn: LongInteger
Array IntArrayName
overflow. Row,Col =
rr,cc. Bounds =
bb,dd.
The Simpl+ module has accessed a two-dimensional long integer
array with an invalid row (rr) or column (cc). Valid indices are 0 to
bb, 0 to dd.
Module xxxx : xxxx at
line nnn: No format
string specified.
Makestring was called with an invalid format specifier.
Module xxxx : xxxx at
line nnn: Null Array
Pointer.
An invalid array was used.
Module xxxx : xxxx at
line nnn: NULL
destination in
makestring.
An invalid destination string was specified as the target of a
Makestring function call.
Module xxxx : xxxx at
line nnn: String Array
StringArrayName
overflow. Element =
nn. Bounds = bb.
The Simpl+ module has accessed a string array with an invalid
index, nn. Valid indices are 0 to bb.
(continued on next page)