DeleteFields

Takes two parameters, FieldBase, FieldNameList

Description:

The specified Fields will be discarded from the Query. All others will continue to exist in their pre-existing order.

The FieldNamesList may include additional field bases and wildcards as follows:

Usage:

FieldBase, FieldNamesList
[WorkWith], FieldNamesList

Example:

WorkWith      "ToDo.Item"
SetNew "Alias", `pItem
SetNew "TempName", "TempFieldValue"
End WorkWith

DeleteFields "ToDo.Item." "TempName Alias"

DeleteFields "MemTab.Person.* *.APIKey *Error*  Groups  Finance.Product.|Alias|Name|Type|Intro|*"