GET FEATURE DATA

From Macros Wiki
Revision as of 22:27, 15 May 2012 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=GET_FEATURE_DATA <feature number> <parameter> <data> |description=:Get data relating to a given feature. |param1=<fe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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$