gpeGetAbut
gpeGetAbut(u_sandbox[?verbose{t|nil} ] ) =>l_abut/nil
Description
Returns the Modgen abutment DPL for the specified Modgen sandbox object.
Arguments
Value Returned
|
Returns a Modgen sandbox abutment DPL, which is a list of chains. |
|
Example
In the following example, the value of sb is determined by calling gpeEditSandbox. This value is passed as an argument to gpeGetAbut:
sb = gpeEditSandbox()
abutment = gpeGetAbut(sb)
Return to top