remove_fields
Description:
public void remove_fields (
string[] field_names)
Removes the fields with the given names.
If a field does not exist, the argument is ignored.
Parameters:
this |
a Structure
|
fieldname |
the name of the field to remove
|
... |
null -terminated list of more fieldnames to remove
|