GET PATH FEAT LEN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 2: Line 2:


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


|param1=<path number>|param1_desc={{path number}}
|param1=<path number>|param1_desc={{path number}}
|param2=<feature number>|param2_desc={{feature number}}
|param2=<feature number>|param2_desc={{path_feature num}}
|param3=<length>|param3_desc={{length}}
|param3=<type>|param3_desc={{parameter_variable_any_name}} the feature length.
 
}}
}}


===Example===
===Example===
:GET_PATH_FEAT_LEN
:GET_PATH_FEAT_LEN 2, 5, FeatLen


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

Latest revision as of 23:57, 13 January 2011

Up

Command

GET_PATH_FEAT_LEN <path number>, <feature number>, <length>


Get the length of a feature in a numbered macro path.

Parameters

<path number>
Path number (1 to 100).
<feature number>
Feature number. 1 for the first feature, 2 for the second etc.
<type>
Name of variable to be set to the feature length.

Example

GET_PATH_FEAT_LEN 2, 5, FeatLen