GET OLD OP LIST: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 10: Line 10:
}}
}}
===Example===
===Example===
:LOCAL OpsSame(1000), OpsNew(1000), OpsDeleted(1000), OpsMoveFrom(1000), OpsMovedTo(1000)
:See [[GET_NEW_OP_LIST]].
:<br>
:GET_OLD_OP_LIST
:<br>
:(make your changes to the operation list)
:<br>
:GET_NEW_OP_LIST OpsSame, OpsNew, OpsDeleted, OpsMoveFrom, OpsMovedTo
<br>
:You can now used the variables NUMBER_OF_SAME_OPS, NUMBER_OF_NEW_OPS, NUMBER_OF_DELETED_OPS and NUMBER_OF_MOVED_OPS<br>
:to determine how the operation list has changed. The array variables used with the GET_NEW_OP_LIST command will contain lists of these operations.


[[Category:List]]
[[Category:List]]

Latest revision as of 18:39, 13 January 2011

Up

Command

GET_OLD_OP_LIST


Get a list of the current operations, to be used with the command GET_NEW_OP_LIST.

Use this command before you make any changes to the operation list.
After your changes, use the GET_NEW_OP_LIST command to get a list of the operations that have
been created, deleted and moved.

Parameters

No Parameters

Example

See GET_NEW_OP_LIST.