Error Messages/40201

< Error Messages
Revision as of 00:32, 30 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The <sep> parameter to WriteTextFile must be a string and cannot be an array. = Cause = If the '''text''' parameter to the WriteTextFile functi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

The <sep> parameter to WriteTextFile must be a string and cannot be an array.

Cause

If the text parameter to the WriteTextFile function is an array of text, they are separated by inserting the parameter passed as sep to the function. The sep parameter must evaluate to a string but the passed parameter evaluated to an array.

Remedy

Correct the sep parameter passed to the function to evaluate to a string.



You are not allowed to post comments.

Comments
<comments />