Error Messages/40251

< Error Messages
Revision as of 22:05, 24 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Text = Error encountered in the parameter declaration for Function MyFunc while checking: (param1, ';param2) ^ The identifier contains an invalid character.…')
(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.

Comments


You are not allowed to post comments.