gpeAddDummyInEmptyCells
gpeAddDummyInEmptyCells(u_sandbox[?dummyConfigl_dummyConfig] [?verbose{t|nil} ] ) =>t/nil
Description
Fills the empty cells in the specified sandbox object with dummies.
Arguments
|
Specifies a DPL that indicates how the dummy entries must be configured. |
|
Value Returned
Example
Defines a Modgen sandbox sbox, and then adds dummies in the empty cells:
sbox = gpeEditSandbox()
gpeAddDummyInEmptyCells(sbox)
=> t
Return to top