Wrong number of (interpretable) arguments |
Top Previous Next |
Messages > Wrong number of (interpretable) arguments
A script, for which a special number of parameters were defined, is called with another number of arguments. For example for the production Name two parameters could be defined:
Parameters: str sFirstName, str sLastname
If this is called by:
Name["John"]
the error message appears.
The reason of the message also can be, that an argument passed to the production is not interpretable. If in the project options is set, that not parenthetic text only is copied to the exported code, the following code results in the error:
Parameter: {= star str, str sLastname =}
Call: Name["John", "Smith"]
|
This page belongs to the TextTransformer Documentation |
Home Content German |