Call

STATIC FUNCTION Call ( Object AS Object, Method AS String, Parameters AS , ... ) AS Variant

Calls an object method dynamically.

If the specified method is a function, then its return value becomes the return value of Object.Call.