op.attributes.addGroup

Syntax op.attributes.addGroup (adrTable)

Params adrTable is the address of a table containing attributes to add to a headline.

Action Sets the attributes of a headline.

Returns True.

Examples local (t);new (tableType, @t);t.testAtt = "test";target.set (@workspace.notepad);op.attributes.addGroup (@t)

   » true

Notes This verb operates on the selected headline in the current target.

This verb adds attributes to a headline. Existing attributes are not over-written, except for attributes with the same name.

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.setOne

op.attributes.getAll

op.attributes.makeEmpty

op.xmlToOutline

op.outlineToXml

Discuss