Previous Topic: Invocation NamesNext Topic: Coding Parameters


Built-In Function Values

Values are supplied to a built-in function according to Parameters that are coded along with the function's invocation name. Parameters can be either string values or numeric values, as follows:

Some built-in function parameters have restrictions on the values they can contain. If an invalid value is specified at runtime, the dialog aborts. For example, the value specified in a square root function must be positive.

If a parameter is specified with a different data type than expected, CA ADS attempts to make the appropriate conversion at runtime. The dialog aborts if the conversion cannot be made.

More information:

Conversion Between Data Types