Error Messages/40201

< Error Messages
Revision as of 01:10, 11 March 2016 by Bbecane (talk | contribs)
(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.

See Also

Comments


You are not allowed to post comments.