Calls an object method.
Object- (Required)
The name of the object whose method is being called. To specify the object name as an expression, prefix the macro with an equals (=) sign.
Method - (Required)
The method that is being called.
Parameters - (Optional)
Specifies the parameters that will be passed to the method. String parameters will need to be enclosed in double quotation marks.
Returns - (Optional)
Specifies the data type of the return value from the method executed.
© 2004-2021 looksoftware. All rights reserved.