maeApplyCornerEditingOptions
maeApplyCornerEditingOptions(
[ ?session g_sessionName ]
)
=> t / nil
Description
Applies the updates specified through maeSetCornerEditingOptions to the Corners Setup form.
Arguments
|
If not specified, the updates are made to the Corners Setup form for the current session. |
||
Value Returned
|
The updates specified through |
||
Examples
Applies the updates specified through maeSetCornerEditingOptions to the Corners Setup form.
maeSetCornerEditingOptions(?cornerNameFilter "SLOW FAST" ?removeVarList list("var1") ?removeDuplicates t ?removeUndefined t)
=> t
maeApplyCornerEditingOptions() =>t maeSaveSetup()
Related Topics
Return to top