dbFeaturePrintInfo
dbFeaturePrintInfo(d_cellView[g_incompatibleOnly] ) => t / nil
Description
Lists information about the features that are being used in the specified cellview.
Arguments
Values Returned
Examples
The following example checks if the cellview a_cellViewId comprises features incompatible with the current version of Virtuoso,:
dbFeaturePrintInfo(a_cellViewId t)
The following example checks what features are in the cellview a_cellViewId:
dbFeaturePrintInfo(a_cellViewId nil)
Return to top