AutomaticUpdateTool

Tool

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 AutomaticUpdateTool (make sure the library Library.Tools.Formulas is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Formulas.AutomaticUpdateTool

 

See also:


Blockpad formulas re-calculate automatically when values they depend on change. This way, numbers are always current.

When a Blockpad formula references a value, then that formula "listens" for any changes to that value. If there is a change to the referenced value, then the formula calculates again with the new number. This is similar to conventional spreadsheets.

Notes:
See also: