Error Messages/40881

< Error Messages
Revision as of 19:59, 4 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In an attempt to assign to the slice of an array, the position @='a' is non-numeric. = Cause = While assigning to a slice of an array, you …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

In an attempt to assign to the slice of an array, the position
      @='a'
is non-numeric.

Cause

While assigning to a slice of an array, you have passed a non-numeric value as the second parameter to the Slice function, which expects it to be an integer.

Remedies

Correct the second parameter to the Slice function to be an integer.



You are not allowed to post comments.

Comments
<comments />