GET PATH NUM FEAT: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{{Command|syntax=GET_PATH_NUM_FEAT <path number>, <number of features>
{{Command|syntax=GET_PATH_NUM_FEAT <path number>, <number of features>
|description=:
|description=:Get the number of features in a numbered [[macro path]].


|param1=<path number>|param1_desc={{path number}}
|param1=<path number>|param1_desc={{path number}}
|param2=<number of features>|param2_desc={{number of features}}
|param2=<number of features>|param2_desc={{parameter_variable_any_name}} the number of features.
}}
}}


===Example===
===Example===
:GET_PATH_NUM_FEAT
:GET_PATH_NUM_FEAT 2, NumFeat


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 23:54, 13 January 2011

Up

Command

GET_PATH_NUM_FEAT <path number>, <number of features>


Get the number of features in a numbered macro path.

Parameters

<path number>
Path number (1 to 100).
<number of features>
Name of variable to be set to the number of features.

Example

GET_PATH_NUM_FEAT 2, NumFeat