Folks,
Please consider this code;
\function standarduser.fields() [enlist{StandardUserFields!!field-list}format:titlelist[]join[ ]]
\function core.fields() [enlist{CoreFields!!field-list}format:titlelist[]join[ ]]
\function custom.fields() [fields[]sort[]] +[remove<core.fields>] +[remove<standarduser.fields>] +[format:titlelist[]join[ ]]
* `<<standarduser.fields>>` <<standarduser.fields>>
* `<<core.fields>>` <<core.fields>>
* `<<custom.fields>>` <<custom.fields>>
At the bottom the first two list their titles, the third is not removing the first sets from the current set.
Most of our operators refer to a title list, why does remove say “an array of items to remove”.
How can I use remove or have the titles considered an array?