Error Messages/42611


Error message

 The «dateUnit» parameter of Sequence cannot be specified with the «start» and «stop» parameters are text.  
 The «dateUnit» is not relevant to a character sequence.

Cause

Consider:

Sequence('a', 'z', dateUnit: 'Y')

Here a sequence from 'a' to 'z' is being requested, so the «dateUnit» is meaningless. Hence, this error appears.

Remedy

Omit the «dateUnit» parameter, or specify dates as values for the «start» and «stop» parameters of the Sequence function.

See Also

Comments


You are not allowed to post comments.