Product Site

C.1.33. Error 37 - Unexpected ",", ")", or "]".

Explanation:

Either a comma was found outside a function invocation, or there are too many right parentheses or right square brackets in an expression. To include a comma in a character expression, enclose it in quotation marks. For example, write the instruction:
Say Enter A, B, or C

as follows:
Say 'Enter A, B, or C'

The associated subcodes are:
001

Unexpected ",".
002

Unmatched ")" in expression.
900

message.
901

Unexpected "]".