?> Wie gebe ich die Eingabetabelle für die Aktion `a... - Aide
QUESTION / RÉPONSE

Wie gebe ich die Eingabetabelle für die Aktion `actionSetFromTable` an?

0 consultations

Réponse

Die Eingabetabelle wird mit dem Parameter `table` angegeben, der ein `castable`-Objekt ist. Dieses Objekt enthält Details wie den Namen der Tabelle und die Caslib.
Action technique liée

Voir la documentation de actionSetFromTable

Voir l'Action
Thématiques

Voir aussi

addUserActionSetPath
builtins

The addUserActionSetPath action adds a caslib to the user-defined action set search path. This allows the CAS server to find and load user-defined action sets from a specified caslib, making them available for execution in the current session.

actionSetToTable
builtins

Crée une table en mémoire à partir d'un jeu d'actions défini par l'utilisateur. Cette action est utile pour inspecter ou archiver la définition d'un jeu d'actions personnalisé sous forme de table CAS.

actionSetFromTable
builtins

Restores a user-defined action set from a saved table. This is useful for sharing custom action sets or for persisting them across CAS sessions. You first need to save an action set using the `actionSetToTable` action.