vfpSbEditSoftBlockType
vfpSbEditSoftBlockType(
l_PhysLCV
t_blockType
)
=> t / nil
Description
Edits the blockType of the specified soft block.
Arguments
|
The block type. The valid values are "CUSTOM" and "DIGITAL". This argument is case-insensitive. |
Value Returned
Example
vfpSbEditSoftBlockType(list("design" "block1" "layout") "custom")
Return to top