Previous | Up | Next |
Adds to the '_arg_' object a floating-point 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_F ( S _name_ F _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 floating-point 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 floating-point 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_F