Previous Up Next

concArg3D_I
Adds to the '_arg_' object an integer element which value is '_value_' and which identifier is '_name_'.
The function returns the new object resulting from the concatenation of '_arg_' and the new element.

Arg3D concArg3D_I (
S _name_
I _value_
Arg3D _arg_
)
Parameters

_name_
Character string containing the identifier name.
_value_
Value of the new field.
_arg_
Arg3D in which this field is added.
Return value

The Arg3D object with the new field added.
Remark

If an integer element already has the same identifier, the value of this element is then replaced by '_value_'.
If '_value_' is set to nil, then the integer element having '_name_' for identifier is deleted.
If a field of a different type already has the same identifier, both can coexist (they are accessed by different functions).
See Also

getArg3D_I