*metadata_integer()
Creates integer metadata in HMASCII format.
Syntax
*metadata_integer (entity_type,entity_id,"name",value)
Type
HyperMesh HMASCII Command
Description
Creates integer metadata in HMASCII format.
Inputs
- entity_type
 - An integer indicating the type of entity the metadata is attached to. A value of undef indicates attachment to the database itself.
 - entity_id
 - The ID of the entity the metadata is attached to. Ignored if entity_type is undef.
 - name
 - The name by which the metadata will be referenced.
 - value
 - The integer value assigned to the metadata.
 
Example
To create integer metadata attached to element ID 100, with name "my-integer" and the value 345:
*metadata_integer(2,100,"my-integer",345)
    Errors
Incorrect usage results in an import error.