MacroTable.insert

Inserts the macro m into the table. Overwrites the current macro if one exists.

  1. void insert(Macro m, bool convertText = true)
    class MacroTable
    void
    insert
    (
    ,
    bool convertText = true
    )
  2. void insert(Macro[] macros)
  3. void insert(cstring name, cstring text)
  4. void insert(cstring[] names, cstring[] texts)

Parameters

m
Type: Macro

The macro.

convertText
Type: bool

Convert the macro text to the internal format.

Meta