GET PATH FEAT TYPE

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_PATH_FEAT_TYPE <path number>, <feature number>, <type>


Get the type 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 type.

Example

PathNum = 3
FeatNum = 2
GET_PATH_FEAT_TYPE PathNum, FeatNum, FeatType