Translation of "API script" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Dans l'API script, ce "data" est une chaîne de caractères avec n'importe quelle valeur (ce n'est pas un pointeur).
In script API, this "data" is a string with a any value (it's not a pointer).
Pour exécuter un script FileMaker de façon indépendante, utilisez une méthode HTTP GET avec le point de terminaison API script.
To independently run a FileMaker script, use an HTTP GET method with the script API endpoint.
int size; pas disponible dans l'API script.
Dans l'API script, la fonction nom est appelée directement et le résultat (chaîne de caractères) est envoyé au "callback" (comme la sortie d'une commande externe).
In scripting API, the function name is called directly and its result (string) is sent to the callback (like the output of an external command).
Script Python générant des scripts dans tous les languages pour tester l'API script.
Python script generating scripts in all languages to test the scripting API.
Scripts Python pour générer et lancer les tests de l'API script.
Python scripts to generate and run the scripting API tests.
Les chaînes key et value envoyées au "callback" sont des chaînes temporaires, elles sont supprimées après Cette fonction n'est pas disponible dans l'API script.
The strings key and value sent to callback are temporary strings, they are deleted after call to callback. C example