objectModel.endOf
| Syntax |
objectModel.endOf (obj)
|
| Params |
obj is the specifier of the object within which an object is to be inserted at the end.
|
| Action |
Creates a typeInsertionLoc descriptor record specifying insertion as the last element of the object's class within obj.
|
| Returns |
A binary value containing the descriptor record.
|
| Examples |
with objectModel {create (word, "sample", 0, endOf (paragraph [1]))} » true
|
| Notes |
This verb can only be used with applications whose verbs are based on the objectModel protocol. This verb is implemented as a small script that calls insertionLoc.
|
| See Also |
objectModel.before
|