HOLEFR GET GROUP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=HOLEFR_GET_GROUP <group>, <num features> | {{Command|syntax=HOLEFR_GET_GROUP <group>, <num features> | ||
|description= | |description=:Get the number of features in a hole group. | ||
|param1=<group>|param1_desc=Hole group number | |||
|param2=<num features>|param2_desc={{parameter_variable_any_name}} the number of features. | |||
}} | }} | ||
===Example=== | ===Example=== | ||
:- HOLEFR_GET_GROUP | :- HOLEFR_GET_GROUP 3, num1 | ||
[[Category:Hole_Manager]] | [[Category:Hole_Manager]] |
Latest revision as of 00:10, 12 January 2011
Command
- HOLEFR_GET_GROUP <group>, <num features>
- Get the number of features in a hole group.
Parameters
- <group>
- Hole group number
- <num features>
- Name of variable to be set to the number of features.
Example
- - HOLEFR_GET_GROUP 3, num1