Error Messages/40251

< Error Messages
Revision as of 19:11, 24 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.