Seperates an object name from the desired method to execute on that object.
objectname.method
objectname | literal | The name of the object. An error will occur if this argument does not correspond to a valid object name. |
method | literal | A method for the type of object. An error will occur if this argument does not specify a valid method for the object specified by objectname. |