Error Messages/40251


Error text

 Error encountered in the parameter declaration for Function MyFunc while checking:
 (param1, ';param2)
          ^
 The identifier contains an invalid character. An identifier must begin with a letter and contain
 only letters, number or underscores "_".

Cause

The identifier in the UDF parameter definition contains an invalid character. The identifier must begin with a letter, and only contain letters, numbers and underscores.

Please click on the following link to learn more about UDF.

Remedies

Correct the identifier in the UDF so it is valid.

See Also

Comments


You are not allowed to post comments.