dbFixParamCell
dbFixParamCell(
d_cellViewId
t_fileName
)
=> t / nil
Description
Fixes the parameterized cell for which the reading, binding, or evaluation has failed, by re-defining it with a different SKILL procedure defined in t_fileName.
Arguments
|
The cellview for which the reading, binding, or evaluation has failed. |
|
|
The source file that contains the SKILL procedure used in the re-definition. |
Value Returned
|
The re-definition did not succeed or there was nothing to fix. |
Examples
dbFixParamCell(pcell "newPcell.il")
Return to top