Fonctions DDE/externe
[ ] indicates optional parameters
FONCTION.APPELANTE(module_texte; procédure; type_texte; [argument1; ...])FONCTION.APPELANTE(module_texte; procédure; type_texte; [argument1; ...])
Returns a value from an external function.
module_texte | The name of the DLL that contains the function. | ||||||||||||||||||||||||||||||||||
procédure | The name of the function. | ||||||||||||||||||||||||||||||||||
type_texte | A string specifying the result type and the argument types. Each type is represented by a single character. The possible character values are: | ||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
argument1; ... | The arguments to pass to the function. |