BrowseValuesTool
Tool |
With the browse values tool, you can view all named values in a file.
In the browse values window, you can click through different frames to see what values are defined in those frames. This includes all value types: number, text, functions, arrays, etc. You can also view the values available through included libraries.
Open the browse values window:
- In the toolbar, go to Formulas>Browse Values.
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
BrowseValuesTool
(make sure the library Library.Tools.Formulas is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Formulas.BrowseValuesTool
See also: