RemoteBlockDefinition

Function

RemoteBlockDefinition(url)

url

You can refer to this function 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 RemoteBlockDefinition(...) (make sure the library Library.Docs is included with Include Libaries)
  • To refer to it by its full path, use Library.Docs.RemoteBlockDefinition(...)

 

See also: