CallFunction()

Syntax

Result = CallFunction(#Library, FunctionName$ [,Parameter1 [, Parameter2...]])

Description

Call a function in the specified #Library, previously opened with OpenLibrary(), by using its name. Any numbers of paremeters can be specified but it must fit the number of parameters needed by the function. For example, if a function needs 2 paramaters, then 2 parameters must be passed, even if the 2 values are null. 'Result' contains the result of the called function.

Supported OS

Windows, AmigaOS, Linux

Library - Index