Previous | Up | Next |
Adds to the '_arg_' object a HTx3d element which value is '_value_' and which identifier is '_name_'.Parameters
The function returns the new object resulting from the concatenation of '_arg_' and the new element.
Arg3D concArg3D_HTx3d ( S _name_ HTx3d _value_ Arg3D _arg_ )
Return value
_name_ Character string containing the identifier name. _value_ Value of the new field. _arg_ Arg3D in which this field is added.
The Arg3D object with the new field added.Remark
If a HTx3d element already has the same identifier, the value of this element is then replaced by '_value_'.See Also
If '_value_' is set to nil, then the HTx3d 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).
getArg3D_Htx3d