?> How is the FCMP routine's code provided to the add... - Aide
QUESTION / RÉPONSE

How is the FCMP routine's code provided to the addRoutines action?

0 consultations

Réponse

The 'routineCode' parameter is required and is used to specify the FCMP routine's code that is saved to the table. It has an alias of 'code'.
Action technique liée

Voir la documentation de addRoutines

Voir l'Action
Thématiques

Voir aussi

addRoutines
fcmpact

Fügt die FCMP-Routinen hinzu und speichert sie in einer Tabelle.

addPrototypes
fcmpact

Añade las definiciones PROTO y las almacena en una tabla.

addPrototypes
fcmpact

The `addPrototypes` action from the `fcmpact` action set allows for the dynamic definition and registration of external function prototypes within a CAS session. These prototypes, defined using the PROTO statement, are then stored in a specified CAS table, making them available for use in other CASL programs or actions. This is particularly useful for integrating external C/C++ functions into the CAS environment without pre-compilation into a library.