ApplyFractionFormatTool

Tool

The Apply Fraction Format changes the value format of a number to display as a fraction.

Display a number as a faction:
  1. Select the dynamic expressions, cells, or value fields you wish to display as a fraction.
  2. Press ctrl + /.

Another option:

  1. Select the dynamic expressions, cells, or value fields you wish to display as a fraction.
  2. Open the value format window.
  3. Select Number>Fraction.
  4. 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: