Внешние и DDE functions
[ ] indicates optional parameters
ВЫЗВАТЬ(имя_модуля, процедура, тип, [аргумент1, ...])ВЫЗВАТЬ(имя_модуля, процедура, тип, [аргумент1, ...])
Returns a value from an external function.
имя_модуля | The name of the DLL that contains the function. | ||||||||||||||||||||||||||||||||||
процедура | The name of the function. | ||||||||||||||||||||||||||||||||||
тип | A string specifying the result type and the argument types. Each type is represented by a single character. The possible character values are: | ||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
аргумент1, ... | The arguments to pass to the function. |