ApplyFractionFormatTool
Tool |
The Apply Fraction Format changes the value format of a number to display as a fraction.
Display a number as a faction:
- Select the dynamic expressions, cells, or value fields you wish to display as a fraction.
- Press ctrl + /.
Another option:
- Select the dynamic expressions, cells, or value fields you wish to display as a fraction.
- Open the value format window.
- Select Number>Fraction.
- Close the value format window.
Notes:
- See More on Fractions on the value format page for information on how Blockpad displays numbers as fractions.
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
ApplyFractionFormatTool
(make sure the library Library.Tools.Properties is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Properties.ApplyFractionFormatTool
See also: