DefaultCreateTableDpe
This parameter determines which table is presented by default when the audio editor user wants to save a take into ContentManager. It can have one of the following forms:
, (a single comma) - By default, no table is selected.
,LAST (the value starts with a comma) - No table is selected by default, but once the user has selected a table, this will be the default.
database\table - A specific table in a specific database.
database\table,LAST - Same as database\table; one a table is selected by the user, this table will be the default table.
* (a single asterisk) - The default is the table from which a take or project was loaded moct recently.
*,LAST (a single asterisk) - Like *, but once a table was selected by the user, this becomes the default table. This value is the default.

The ",LAST" appendix changes the table that is offered by default to the table to which the most recent save operation was directed. This remains in effect until either a different table was selected, or until the audio editor is closed, whichever comes first.
Possible values: (see text)
Default value: ,LAST