InsertSymbolTool
Tool |
With the Insert Symbol tool, you can easily insert symbols like greek letters.
Insert a symbol:
- Go to where you want the symbol.
- Click the Insert Symbol icon in the toolbar.
- Select the symbol you wish to enter.
See also:
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
InsertSymbolTool
(make sure the library Library.Tools.Write is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Write.InsertSymbolTool
See also: