GET FEATURE DATA

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_FEATURE_DATA <feature number> <parameter>


Get data relating to a given feature.

Parameters

<feature number>
Feature number
<parameter>
Parameter (must be ID or NAME)
For ID, this will be the feature ID. For name, this must be a string variable to get the feature name.

Example

GET_FEATURE_DATA 3, ID, feature_id
GET_FEATURE_DATA 2, NAME, feature_name$