Error Messages/40201


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.