Deletes an attribute(s) and value(s) in variant data.


icon

Inputs/Outputs

  • cfxdt.png variant

    variant is the variant data you want to delete an attribute(s) and value(s) in.

  • cstr.png name (all attributes)

    name is the name of the attribute you want to delete. If name matches an attribute, this function deletes the attribute and its value. If name is an empty string, this function deletes all the attributes and associated values in the variant data. The default is an empty string.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ifxdt.png variant out

    variant out is the variant data with the deleted attribute(s).

  • ibool.png found

    found is TRUE if the function found the attribute specified in name.

    If name is unwired, found is TRUE if the function located and deleted attributes and FALSE otherwise.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.