LastVertexValue

  • Scroll to top of this topic Scroll to Top of Page

  • Print the current topic Print Topic

  • No expanding elements on this page Show/Hide Expanders

LastVertexValue(Key [, DefaultValue]) returns the value of the last vertex of an object in the current element or cell that has a value associated with Key as defined in the Vertex Values dialog box. If no such vertex values are defined, the function returns the default value if a default value has been defined. If no default value is defined, the function returns zero.

Example: If the formula were LastVertexValue("A_Key") and there were four vertices of the object in the current cell and the values associated with "A_Key" in those vertices were 1, 3, 5, and 2, the value returned would be 2 because it is the last value.

See also: Vertex Values dialog box