gpeAddDummySurround
gpeAddDummySurround(u_sandbox[?dummyConfigl_dummyConfig] [?verbose{t|nil} ] ) =>t/nil
Description
Adds a ring of dummies around the specified sandbox grid.
Arguments
|
Specifies a DPL that indicates how the dummy entries must be configured. |
|
Value Returned
Example
Defines a Modgen sandbox sbox, and then adds dummy rows to the left side of the sandbox:
sbox = gpeEditSandbox()
gpeAddDummySurround(sbox)
gpeSyncSandbox()
Return to top