HyperWorks Tools

::hwat::xml::AttributeCount

::hwat::xml::AttributeCount

Previous topic Next topic No expanding text in this topic  

::hwat::xml::AttributeCount

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::xml::AttributeCount - Get the number of attribute for a given attribute list.

 

SYNTAX

::hwat::xml::AttributeCount str_attrList

 

ARGUMENTS

str_attrList

The interlaced list of attribute names and values.

 

RETURNS

Number of attribute in list if successful, "{}" otherwise.

 

EXAMPLE

::hwat::xml::AttributeCount [list var1 0 var2 1 var3 2]

 

Comments

This can be a useful helper function for authoring your callbacks.

 

See also

xml Functions