|
CallAxStringFunc | ||
Result$ = CallAxStringFunc(Id, FuncName$) | ||
Parameters: Id = Id of an ActiveX object FuncName$ = Name of the function to call |
||
Returns: Result$ = value returned from the ActiveX function |
||
Use CallAxStringFunc to call a function that returns a string value. Mini Tutorial:
This example would output.
|
Related Info: | CallAxFloatFunc | CallAxFunc | CallAxIntFunc : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |