op.attributes.getAll
| Syntax |
op.attributes.getAll (adrTable)
|
| Params |
adrTable is the address of a table which will contain the attributes.
|
| Action |
Gets the attributes of a selected headline.
|
| Returns |
True if there were any attributes, false otherwise.
|
| Examples |
target.set (@workspace.notepad);op.attributes.setOne ("testAtt", "testVal");local (t);op.attributes.getAll (@t) //t will contain the attributes of the headline » true
|
| Notes |
This verb operates on the selected headline in the current target. Attributes are stored in a headline's refcon. Attributes are reflected in the OPML version of an outline. This verb is new in Frontier 7.
|
| See Also |
op.attributes.getOne
|