GET OP WFO INDEX: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
MikeONeill (talk | contribs) Created page with "{{Up}} {{Command|syntax=GET_OP_WFO_INDEX <op number> [<part number>] <index> |description=:Get the index of a WFO assigned to an operation...." |
MikeONeill (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
|param1=<op number>|param1_desc=Operation number | |param1=<op number>|param1_desc=Operation number | ||
|param2=<part number>|param2_desc=Part number (if this parameter is not used, default to part number 1) | |param2=<part number>|param2_desc=Part number (if this parameter is not used, default to part number 1) | ||
|param3=<index>| | |param3=<index>|param3_desc=Index to the list of WFOs defined in the post | ||
}} | }} |
Latest revision as of 16:51, 22 July 2021
Command
- GET_OP_WFO_INDEX <op number> [<part number>] <index>
- Get the index of a WFO assigned to an operation.
You must have loaded a post before using this command.
Parameters
- <op number>
- Operation number
- <part number>
- Part number (if this parameter is not used, default to part number 1)
- <index>
- Index to the list of WFOs defined in the post
Example
- GET_OP_WFO_INDEX 14, 3, index ! get the index for the WFO associated with op 14, part 3
- GET_OP_WFO_INDEX 17, index ! get the index for the WFO associated with op 17, part 1