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.…')
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
Enable comment auto-refresher