$CopyParametricToLookup
The $CopyParametricToLookup directive will copy the entire contents of a specified Parametric table to a new Lookup table. This directive is only implemented in the Professional license.
The format of the $CopyParametricToLookup directive is
$CopyParametricToLookup /D 'ParametricTableName', 'LookupTableName'
ParametricTablename' is the name of the Parametric table that the data will be copied from. It can be a string constant surrounded by single quotes as shown or a string variable that has been previously defined in the Main section of the Equations window.
'LookupTablename' is the name of the Lookup table that the data will be written to. It can be a string constant surrounded by single quotes as shown or a string variable that has been previously defined.
If a Lookup table with tab name 'LookupTablename' exists, a dialog will appear asking if you want to delete the existing table. If the answer is no, the $CopyParametrictoLookup directive will be cancelled. If you provide the optional /D in the directive, the dialog will not appear and the existing Lookup table will be deleted.
See also: $CopytoLookup